DecoderConfig

DecoderConfig

data class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null, val delayDecodingUntilPlayback: Boolean = false) : Parcelable

Configures the decoder behaviour of the player.

Constructors

DecoderConfigconstructor(decoderPriorityProvider: DecoderPriorityProvider? = null, delayDecodingUntilPlayback: Boolean = false)

Types

NameSummary
Builderclass Builder

Properties

NameSummary
decoderPriorityProvider@Transient
val decoderPriorityProvider: DecoderPriorityProvider?
A callback interface for sorting and filtering decoders based on priority.
delayDecodingUntilPlayback@ExperimentalBitmovinApi
val delayDecodingUntilPlayback: Boolean
Whether to delay the decoder initialization until playback starts.