点击或拖拽改变大小

LibVLCAudioOutputs 属性

Gets the list of available audio output modules.

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

返回值

类型:AudioOutputDescription
list of available audio outputs. It must be freed with
备注

libvlc_audio_output_list_release

libvlc_audio_output_t .

In case of error, NULL is returned.

参见