audioCodecPriority property
- @JsonKey(name: 'audioCodecPriority')
final
The audio codec priority where the first index has the highest priority.
For a single SourceConfig this can be overwritten using
SourceConfig.audioCodecPriority.
Default value is null
. In this case the player will use the default that
is provided by the platform.
This is only supported on Android.
Implementation
@JsonKey(name: 'audioCodecPriority')
final List<String>? audioCodecPriority;