THEOplayer Web SDK
    Preparing search index...

    Interface TextTrackTypeChangeEvent

    Fired when the type of the text track has changed.

    interface TextTrackTypeChangeEvent {
        date: Date;
        track: TextTrack;
        type: "typechange";
    }

    Hierarchy (View Summary)

    • Event<"typechange">
      • TextTrackTypeChangeEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    track: TextTrack

    The text track which type has changed.

    type: "typechange"

    The type of the event.