Package com.bitmovin.player.api.media.video.quality
com.bitmovin.player.api.media.video.quality
Types
| Name | Summary |
|---|---|
| DynamicRange | enum DynamicRange : Enum<DynamicRange> Represents the dynamic range of the video quality. |
| 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, val dynamicRange: DynamicRange) : Quality Represents a video quality. |
| VideoQualityLabeler | fun interface VideoQualityLabeler Can be implemented and added to the LabelingConfig to label VideoQualitys. |