MediaPlayerFullChapterDescriptions 方法 |
Get the full description of available chapters.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public ChapterDescription[] FullChapterDescriptions(
int titleIndex = -1
)
参数
- titleIndex (Optional)
- 类型:SystemInt32
Index of the title to query for chapters (uses current title if set to -1)
返回值
类型:
ChapterDescriptionArray of chapter descriptions.
参见