点击或拖拽改变大小

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
语法
C#
public bool SetAudioOutput(
	string name
)

参数

name
类型:SystemString
name of audio output, use psz_name of

返回值

类型:Boolean
true if function succeeded, false on error
参见