LibVLCAudioOutputDevices 方法 |
命名空间: LibVLCSharp.Shared
public AudioOutputDevice[] AudioOutputDevices( string audioOutputName )
audio output name
(as returned by libvlc_audio_output_list_get())
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.