Bitmovin Player API 8.268.0
    Preparing search index...

    Interface VideoAdaptationData

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

    Hierarchy

    • AdaptationData
      • VideoAdaptationData
    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.