MediaPlayerSetVideoTrack 方法 |
Set video track.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public bool SetVideoTrack(
int trackIndex
)
参数
- trackIndex
- 类型:SystemInt32
the track ID (i_id field from track description)
返回值
类型:
Booleantrue on sucess, false out of range
参见