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

    Class ThumbnailTrack

    A track associated with a MainMedia (video, audio, text, markers, thumbnails, etc.).

    Tracks carry their own source, load lifecycle, and inter-track relations. Extends MediaEntity with mediaType always set to MediaEntityType.TRACK.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get areTimedItemsFetched(): boolean

      Returns boolean

    • set areTimedItemsFetched(areTimedItemsFetched: boolean): void

      Parameters

      • areTimedItemsFetched: boolean

      Returns void

    • get label(): string | undefined

      Human-readable label for this track.

      Returns string | undefined

    • get loadStage(): OpStage

      Current load lifecycle stage (idle → loading → success / failure).

      Returns OpStage

    • get source(): Source | undefined

      The data source backing this track, if any.

      Returns Source | undefined

    • get timedItemsSorted(): T[]

      Returns the timed items sorted by their start time.

      Returns T[]

    Methods