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

    Class AudioFile

    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 audioCodec(): string | undefined

      Returns string | undefined

    • get channels(): number | undefined

      Returns number | undefined

    • get duration(): number | undefined

      Returns number | undefined

    • 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 url(): string | undefined

      Returns string | undefined

    Methods