THEOplayer Web SDK
    Preparing search index...

    Interface TextTrackCueChangeEvent

    Fired when the displaying cues of the text track has changed.

    interface TextTrackCueChangeEvent {
        date: Date;
        track: TextTrack;
        type: "cuechange";
    }

    Hierarchy (View Summary)

    • Event<"cuechange">
      • TextTrackCueChangeEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    track: TextTrack

    The text track which displaying cues has changed.

    type: "cuechange"

    The type of the event.