MediaInfoChapters Property |
Gets a list of chapters.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyList<ChapterInfo> Chapters { get; }
Public ReadOnly Property Chapters As IReadOnlyList(Of ChapterInfo)
Get
Dim instance As MediaInfo
Dim value As IReadOnlyList(Of ChapterInfo)
value = instance.Chapters
member Chapters : IReadOnlyList<ChapterInfo> with get
/** @property */
public IReadOnlyList<ChapterInfo> get_Chapters()
function get Chapters () : IReadOnlyList<ChapterInfo>
Property Value
Type:
IReadOnlyListChapterInfo
See Also