audioCodecPriority property
- @JsonKey(name: 'audioCodecPriority')
final
The audio codec priority for the Source where the index has the highest
priority. 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;