Bitmovin Player API 8.268.0
    Preparing search index...

    Interface AudioAdaptationData

    interface AudioAdaptationData {
        isAd: boolean;
        representations: { bandwidth: number; id: string }[];
        suggested: string;
    }

    Hierarchy

    • AdaptationData
      • AudioAdaptationData
    Index
    isAd: boolean
    representations: { bandwidth: number; id: string }[]
    suggested: string

    The ID of the representation that the player selected, which is the same ID as returned through the AudioQuality and VideoQuality objects from getAvailableAudioQualities and getAvailableVideoQualities.