degradationPreference property
Video degradation preference under limited bandwidth. See DegradationPreference. When this parameter is set to maintainFramerate (1) or maintainBalanced (2), orientationMode needs to be set to orientationModeAdaptive (0) at the same time, otherwise the setting will not take effect.
Implementation
@JsonKey(name: 'degradationPreference')
final DegradationPreference? degradationPreference;