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

    Interface MarkerTrackArgs

    Construction arguments for marker track instances.

    interface MarkerTrackArgs {
        id?: string;
        label?: string;
        loadStage?: OpStage;
        relations?: Relation[];
        source?: Source;
        sourceFileFormatType?: FileFormatType;
        timedItemHooks?: TimedItemHooks;
        timedItemsLocked?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string

    Optional pre-assigned UUID. When omitted a new UUID is generated automatically.

    label?: string

    Human-readable label for this track.

    loadStage?: OpStage

    Track load status *

    relations?: Relation[]

    Initial set of inter-track relations.

    source?: Source

    Data source backing this track.

    sourceFileFormatType?: FileFormatType

    The resolved file format of the source.

    timedItemHooks?: TimedItemHooks
    timedItemsLocked?: boolean