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

    Interface PlayerAudioTrackState

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

    Hierarchy

    • PlayerTrackState
      • PlayerAudioTrackState
    Index

    Properties

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