Interface MKAudioAdaptationData

Audio adaptation data.

Hierarchy

Properties

representations: {
    bandwidth: number;
    id: string;
}[]

Available representations.

Type declaration

  • bandwidth: number
  • id: string
suggested: string

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