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

    Class AudioAbstract

    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

    Accessors

    • 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

    Methods