com.bitmovin.player.api.decoder
Types
| Name | Summary |
|---|---|
| DecoderConfig | data class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null, val delayDecodingUntilPlayback: Boolean = false) : Parcelable Configures the decoder behaviour of the player. |
| DecoderPriorityProvider | fun interface DecoderPriorityProvider Can be set on the DecoderConfig.decoderPriorityProvider to override the default decoder selection logic. |
| MediaCodecInfo | data class MediaCodecInfo(val name: String, val isSoftware: Boolean) : Parcelable Description of a MediaCodec. |