Platforms to show: All Mac Windows Linux Cross-Platform

VLCAudioOutputMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Description for audio output.
Example

Dim v As VLCInstanceMBS // your VLC instance

Dim OutputModules() As String
Dim outputModule As VLCAudioOutputMBS = v.GetAudioOutputList
While outputModule <> Nil
Dim OutputModuleName As String = outputModule.Name
OutputModules.append OutputModuleName+": "+outputModule.Description
outputModule = outputModule.NextOutput
Wend

MessageBox Join(OutputModules, EndOfLine)

It contains name, description and pointer to next record.
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.


VLCAudioOutputDeviceMBS   -   VLCEqualizerMBS


The biggest plugin in space...