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

    Interface MarkerTrackState

    Serializable snapshot of a marker Track.

    interface MarkerTrackState {
        id: string;
        label: string | undefined;
        loadStage: OpStageState;
        mediaType: MediaEntityType;
        relations: RelationState[];
        source: SourceState | undefined;
        sourceFileFormatType?: FileFormatType;
        timedItems: MarkerState[];
        timedItemsLocked: boolean;
        trackType: TrackType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    label: string | undefined
    loadStage: OpStageState
    mediaType: MediaEntityType
    relations: RelationState[]
    source: SourceState | undefined
    sourceFileFormatType?: FileFormatType
    timedItems: MarkerState[]
    timedItemsLocked: boolean
    trackType: TrackType