点击或拖拽改变大小

LibVLCAudioOutputDevices 方法

Gets a list of audio output devices for a given audio output module,

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public AudioOutputDevice[] AudioOutputDevices(
	string audioOutputName
)

参数

audioOutputName
类型:SystemString

audio output name

(as returned by libvlc_audio_output_list_get())

返回值

类型:AudioOutputDevice

A NULL-terminated linked list of potential audio output devices.

It must be freed with libvlc_audio_output_device_list_release()

备注

libvlc_audio_output_device_set().

Not all audio outputs support this. In particular, an empty (NULL)

list of devices doesnotimply that the specified audio output does

not work.

The list might 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.

LibVLC 2.1.0 or later.

参见