THEOplayer Web SDK
    Preparing search index...

    Interface TextTrackReadyStateChangeEvent

    Fired when the ready state of the text track has changed.

    interface TextTrackReadyStateChangeEvent {
        date: Date;
        readyState: TextTrackReadyState;
        track: TextTrack;
        type: "readystatechange";
    }

    Hierarchy (View Summary)

    • Event<"readystatechange">
      • TextTrackReadyStateChangeEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    The new ready state of the text track.

    track: TextTrack

    The text track which ready state has changed.

    type: "readystatechange"

    The type of the event.