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

    Interface PlayerTextTrackState

    interface PlayerTextTrackState {
        active: boolean;
        handlerId: string;
        loadStage: OpStageState;
        shown: boolean;
        trackId: string;
    }

    Hierarchy

    • PlayerTrackState
      • PlayerTextTrackState
    Index

    Properties

    active: boolean
    handlerId: string
    loadStage: OpStageState
    shown: boolean
    trackId: string