videoCodecPriority property
- @JsonKey(name: 'videoCodecPriority')
final
The video codec priority where the index has the highest priority.
For a single SourceConfig this can be overwritten using
SourceConfig.videoCodecPriority.
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: 'videoCodecPriority')
final List<String>? videoCodecPriority;