点击或拖拽改变大小

MediaPlayerChapterDescription 方法

Get the description of available chapters for specific title.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public TrackDescription[] ChapterDescription(
	int titleIndex
)

参数

titleIndex
类型:SystemInt32
selected title

返回值

类型:TrackDescription
chapter descriptions
参见