open class MKPAdaptationData: MKPlayerEvent<Any?>
Fields
Name | Description |
---|---|
open 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 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 |
Holding information about the current adaptation.