com.bitmovin.player.api.decoder

com.bitmovin.player.api.decoder

Types

NameSummary
DecoderConfigdata class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null, val delayDecodingUntilPlayback: Boolean = false) : Parcelable
Configures the decoder behaviour of the player.
DecoderPriorityProviderfun interface DecoderPriorityProvider
Can be set on the DecoderConfig.decoderPriorityProvider to override the default decoder selection logic.
MediaCodecInfodata class MediaCodecInfo(val name: String, val isSoftware: Boolean) : Parcelable
Description of a MediaCodec.