Bitmovin Player API 8.268.0
    Preparing search index...

    Interface AudioTrack

    Definition of an audio track.

    interface AudioTrack {
        id: string;
        label: string;
        lang: string;
        metadata?: MediaTrackMetadata[];
        role?: MediaTrackRole[];
        getQualities(): AudioQuality[];
    }

    Hierarchy (View Summary)

    Index
    id: string

    The id of the media track that is used to identify and set the track.

    label: string

    The text used to represent this track to the user (e.g. in the UI).

    lang: string

    The language of the audio track.

    metadata?: MediaTrackMetadata[]

    Optional custom metadata about the track. This is currently only supported for DASH manifests, where these are populated from SupplementalProperty elements.

    8.243.0

    The optional roles of the track.