OutputGroup class
Group of outputs
Constructors
-
OutputGroup({AutomatedEncodingSettings? automatedEncodingSettings, String? customName, String? name, OutputGroupSettings? outputGroupSettings, List<
Output> ? outputs}) -
OutputGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- automatedEncodingSettings → AutomatedEncodingSettings?
-
Use automated encoding to have MediaConvert choose your encoding settings
for you, based on characteristics of your input video.
final
- customName → String?
-
Use Custom Group Name (CustomName) to specify a name for the output group.
This value is displayed on the console and can make your job settings JSON
more human-readable. It does not affect your outputs. Use up to twelve
characters that are either letters, numbers, spaces, or underscores.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
Name of the output group
final
- outputGroupSettings → OutputGroupSettings?
-
Output Group settings, including type
final
-
outputs
→ List<
Output> ? -
This object holds groups of encoding settings, one group of settings per
output.
final
- 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