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

    Interface Thumbnail

    Public interface for a thumbnail within a ThumbnailTrack.

    The concrete ThumbnailState subtype.

    interface Thumbnail {
        data: Record<string, any>;
        id: string;
        label?: string;
        state: ThumbnailState;
        temporal: TimedItemTemporal;
        url: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    data: Record<string, any>

    Arbitrary data.

    id: string

    Unique identifier (UUID).

    label?: string

    Label *

    url: string

    URL of the thumbnail image.