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

    Interface ThumbnailTrackState

    Serializable snapshot of a thumbnail Track.

    interface ThumbnailTrackState {
        id: string;
        label: string | undefined;
        loadStage: OpStageState;
        mediaType: MediaEntityType;
        relations: RelationState[];
        source: SourceState | undefined;
        sourceFileFormatType?: FileFormatType;
        timedItems: ThumbnailState[];
        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: ThumbnailState[]
    timedItemsLocked: boolean
    trackType: TrackType