Package-level declarations

Types

Link copied to clipboard
data class DecoderConfig(val decoderPriorityProvider: DecoderPriorityProvider? = null) : Parcelable

Configures the decoder behaviour of the player.

Link copied to clipboard

Can be set on the DecoderConfig.decoderPriorityProvider to override the default decoder selection logic.

Link copied to clipboard
data class MediaCodecInfo(val name: String, val isSoftware: Boolean) : Parcelable

Description of a MediaCodec.