Bitmovin Player API 8.268.0
    Preparing search index...

    Interface DownloadedAudioData

    Data describing a downloaded audio segment of an audio representation.

    interface DownloadedAudioData {
        bitrate: number;
        id: string;
        isAuto: boolean;
    }

    Hierarchy (View Summary)

    Index
    bitrate: number

    The bitrate of the representation.

    id: string

    The id of the representation.

    isAuto: boolean

    True if the player’s logic automatically selects the best representation (default), or false if a fixed representation is currently chosen.