DecoderConfig

data class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null) : Parcelable

Configures the decoder behaviour of the player.

Constructors

Link copied to clipboard
constructor(decoderPriorityProvider: DecoderPriorityProvider? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

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