ChapterCue ChapterCue ChapterCue ChapterCue Class

Definition

Represents a chapter cue that can be included in a TimedMetadataTrack.

public : sealed class ChapterCue : IChapterCue, IMediaCuepublic sealed class ChapterCue : IChapterCue, IMediaCuePublic NotInheritable Class ChapterCue Implements IChapterCue, IMediaCue// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

A ChapterCue can be added to a TimedMetadataTrack with the AddCue method. When the cue's start time is reached, the CueEntered event is raised and you can use the MediaCueEventArgs passed into the handler to get a copy of the ChapterCue.

Constructors

ChapterCue() ChapterCue() ChapterCue() ChapterCue()

Initializes a new instance of the ChapterCue class.

public : ChapterCue()public ChapterCue()Public Sub New()// You can use this method in JavaScript.

Properties

Duration Duration Duration Duration

Gets or sets a value that specifies the duration of the chapter associated with the cue.

public : TimeSpan Duration { get; set; }public TimeSpan Duration { get; set; }Public ReadWrite Property Duration As TimeSpan// You can use this property in JavaScript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

A value that specifies the duration of the chapter.

Remarks

At the end of a cue's duration, the TimedMetadataTrack.CueExited event is raised.

Id Id Id Id

Gets the identifier for the timed metadata track.

public : PlatForm::String Id { get; set; }public string Id { get; set; }Public ReadWrite Property Id As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The identifier for the timed metadata track.

StartTime StartTime StartTime StartTime

Gets the start time of the cue.

public : TimeSpan StartTime { get; set; }public TimeSpan StartTime { get; set; }Public ReadWrite Property StartTime As TimeSpan// You can use this property in JavaScript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

The start time of the cue.

Remarks

When a cue's start time is reached, the TimedMetadataTrack.CueEntered event is raised.

Title Title Title Title

Gets the title of the chapter associated with the cue.

public : PlatForm::String Title { get; set; }public string Title { get; set; }Public ReadWrite Property Title As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The title of the chapter