videoCodecPriority property

  1. @JsonKey(name: 'videoCodecPriority')
List<String>? videoCodecPriority
final

The video 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: 'videoCodecPriority')
final List<String>? videoCodecPriority;