audioCodecPriority property

  1. @JsonKey(name: 'audioCodecPriority')
List<String>? 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;