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

    Interface ThumbnailTrackArgs

    Construction arguments for thumbnail track instances.

    interface ThumbnailTrackArgs {
        id?: string;
        label?: string;
        loadStage?: OpStage;
        relations?: Relation[];
        source?: Source;
        sourceFileFormatType?: FileFormatType;
        url?: string;
    }

    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.

    url?: string

    URL of the thumbnail data source. Overridden by source when a UrlSource is provided.