点击或拖拽改变大小

MediaPlayerFullChapterDescriptions 方法

Get the full description of available chapters.

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

参数

titleIndex (Optional)
类型:SystemInt32
Index of the title to query for chapters (uses current title if set to -1)

返回值

类型:ChapterDescription
Array of chapter descriptions.
参见