Fired when an event occurs.

interface TextTrackEvent {
    cue: TextTrackCue;
    date: Date;
    subType: TextTrackEventType;
    trackUid: number;
    type: TEXT_TRACK;
}

Hierarchy (view full)

Properties

The text track's cue.

date: Date

The creation date of the event.

trackUid: number

The text track's uid to which this cue belongs.

The type of the event.

Generated using TypeDoc