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

    Interface ObservationTrackState

    Serializable snapshot of an observation Track.

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

    Hierarchy (View Summary)

    Index

    Properties

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