@byomakase/omakase-player
    Preparing search index...

    Interface PlayerTextTrackHandlerState

    interface PlayerTextTrackHandlerState {
        active: boolean;
        handlerType: PlayerTextHandlerType;
        id: string;
        shown: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    id: string
    shown: boolean