DecoderConfig
data class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null, val delayDecodingUntilPlayback: Boolean = false) : Parcelable
Configures the decoder behaviour of the player.
Constructors
Link copied to clipboard
constructor(decoderPriorityProvider: DecoderPriorityProvider? = null, delayDecodingUntilPlayback: Boolean = false)