overrideDecodersPriority
abstract fun overrideDecodersPriority(context: DecoderPriorityProvider.DecoderContext, preferredDecoders: List<MediaCodecInfo>): List<MediaCodecInfo>
The context provides additional information about the context in which a new decoder is chosen. The preferredDecoders list contains all available decoders for the given context in the order they will be used by the player.
See DecoderConfig.decoderPriorityProvider for additional information.