Amazon Vinyl
    Preparing search index...

    Interface TextTrackEventMap

    Events dispatched by a TextTrackController.

    interface TextTrackEventMap {
        activeTextTrackChange: ChangeEvent<TextTrackInfo | null>;
        textTrackError: TextTrackErrorEvent;
        textTracksChange: ChangeEvent<readonly TextTrackInfo[]>;
    }

    Hierarchy (View Summary)

    Index
    activeTextTrackChange: ChangeEvent<TextTrackInfo | null>

    Emitted when the active text track changes.

    textTrackError: TextTrackErrorEvent

    Emitted when an error occurs while loading or activating a text track.

    textTracksChange: ChangeEvent<readonly TextTrackInfo[]>

    Emitted when the available text tracks change.