VideoAdaptationData
data class VideoAdaptationData(val suggested: String) : AdaptationData
Holds information about the current video adaptation.
Constructors
| VideoAdaptationData | constructor(suggested: String) |
Properties
| Name | Summary |
|---|---|
| suggested | open override val suggested: String The suggested VideoQuality.id for the next video segment. The available video quality IDs of the current source can be retrieved via Source.availableVideoQualities. |