AutomatedEncodingSettings class

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

Constructors

AutomatedEncodingSettings({AutomatedAbrSettings? abrSettings})
AutomatedEncodingSettings.fromJson(Map<String, dynamic> json)
factory

Properties

abrSettings AutomatedAbrSettings?
Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited