Platforms to show: All Mac Windows Linux Cross-Platform

Back to AUPlayerMBS class.

AUPlayerMBS.OutputDevices as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Audio MBS MacOSX Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Queries a dictionary with output devices.
Example
Dim a As New AUPlayerMBS
Dim d As Dictionary = a.OutputDevices

For Each key As String In d.keys
dim name as string = d.Value(key)

MsgBox key+": "+name
Next

Key is the ID and value is the name of the device.
e.g. ID 84 for a MacBook Pro Speaker, but the number is certainly different for your computer.

Changed from regular to shared property in version 22.3.
(Read only property)

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...