MKPVideoAdaptationData

class MKPVideoAdaptationData: MKPAdaptationData

Holding information about the current video adaptation.

Fields

Name Description
var suggested: String

Returns the ID of the representation that the player selected. The ID is equivalent to one ID returned through the MKVideoQuality and MKAudioQuality objects from getAvailableVideoQualities and getAvailableAudioQualities

Constructors

<init>

constructor(suggested: String)

Holding information about the current video adaptation.

Parameters

Name Description
suggested: String

Returns the ID of the representation that the player selected. The ID is equivalent to one ID returned through the MKVideoQuality and MKAudioQuality objects from getAvailableVideoQualities and getAvailableAudioQualities