encodings property Null safety
inherited
Custom encoding configuration for each of the quality settings.
Note that when encoding settings are given for a quality level, encoding settings for all lower qualities must also be specified.
E.g., if settings are given for the high quality, settings for the low and medium qualities must also be given.
See VideoEncodingSettingsByQuality for default values.
Implementation
Update<VideoEncodingSettingsByQualityUpdate>? get encodings =>
throw _privateConstructorUsedError;