VideoAdaptationData

VideoAdaptationData

data class VideoAdaptationData(val suggested: String) : AdaptationData

Holds information about the current video adaptation.

Constructors

VideoAdaptationDataconstructor(suggested: String)

Properties

NameSummary
suggestedopen 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.