Platforms to show: All Mac Windows Linux Cross-Platform

VLCAudioOutputDeviceMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class VLC MBS VLC Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The class for details on audio output devices.
Example

Dim DeviceNames() As String

Dim devices As VLCAudioOutputDeviceMBS = mp.AudioOutputDevices
While devices <> Nil
DeviceNames.append "* "+devices.Device+": "+devices.Description

devices = devices.NextOutput
Wend

MessageBox Join(DeviceNames, EndOfLine)

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Some properties using for this class:


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


VariantToVariantOrderedMapMBS   -   VLCAudioOutputMBS


The biggest plugin in space...