com.bitmovin.player.api.media.video.quality

com.bitmovin.player.api.media.video.quality

Types

NameSummary
VideoAdaptationfun interface VideoAdaptation
Can be implemented and added to the AdaptationConfig to customize the video adaptation logic.
VideoAdaptationDatadata class VideoAdaptationData(val suggested: String) : AdaptationData
Holds information about the current video adaptation.
VideoQualitydata class VideoQuality(val id: String, val label: String?, val bitrate: Int, val averageBitrate: Int, val peakBitrate: Int, val codec: String?, val frameRate: Float, val width: Int, val height: Int) : Quality
Represents a video quality.
VideoQualityLabelerfun interface VideoQualityLabeler
Can be implemented and added to the LabelingConfig to label VideoQualitys.