点击或拖拽改变大小

MediaPlayerSetAudioTrack 方法

Set current audio track.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public bool SetAudioTrack(
	int trackIndex
)

参数

trackIndex
类型:SystemInt32
the track ID (i_id field from track description)

返回值

类型:Boolean
0 on success, -1 on error
参见