MediaPlayerSetAudioOutput 方法 |
Selects an audio output module.
Note:
Any change will take effect only after playback is stopped and restarted. Audio output cannot be changed while playing.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public bool SetAudioOutput(
string name
)
参数
- name
- 类型:SystemString
name of audio output, use psz_name of
返回值
类型:
Booleantrue if function succeeded, false on error
参见