com.bitmovin.player.api.media.video.quality
Types
| Name | Summary |
|---|---|
| VideoAdaptation | fun interface VideoAdaptation Can be implemented and added to the AdaptationConfig to customize the video adaptation logic. |
| VideoAdaptationData | data class VideoAdaptationData(val suggested: String) : AdaptationData Holds information about the current video adaptation. |
| VideoQuality | data 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. |
| VideoQualityLabeler | fun interface VideoQualityLabeler Can be implemented and added to the LabelingConfig to label VideoQualitys. |