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)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

A callback interface for sorting and filtering decoders based on priority.

Link copied to clipboard

Whether to delay the decoder initialization until playback starts.