点击或拖拽改变大小

MediaPlayerAudioOutputDeviceEnum 属性

Gets a list of potential audio output devices

Not all audio outputs support enumerating devices. The audio output may be functional even if the list is empty (NULL). The list may not be exhaustive. Some audio output devices in the list might not actually work in some circumstances.

By default, it is recommended to not specify any explicit audio device.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public AudioOutputDevice[] AudioOutputDeviceEnum { get; }

属性值

类型:AudioOutputDevice
参见