Click or drag to resize

ChapterInfo Class

Represents a chapter within a container.
Inheritance Hierarchy
SystemObject
  CSVideoPlayerChapterInfo

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ChapterInfo

The ChapterInfo type exposes the following members.

Constructors
  NameDescription
Public methodChapterInfo
Initializes a new instance of the ChapterInfo class
Top
Properties
  NameDescription
Public propertyChapterId
Gets the chapter identifier.
Public propertyEndTime
Gets the end time of the chapter.
Public propertyIndex
Gets the chapter index.
Public propertyMetadata
Gets the chapter metadata.
Public propertyStartTime
Gets the start time of the chapter.
Top
See Also