Preset class

Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job.

Constructors

Preset({String? arn, AudioParameters? audio, String? container, String? description, String? id, String? name, Thumbnails? thumbnails, String? type, VideoParameters? video})
Preset.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) for the preset.
final
audio AudioParameters?
A section of the response body that provides information about the audio preset values.
final
container String?
The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
final
description String?
A description of the preset.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
final
name String?
The name of the preset.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails Thumbnails?
A section of the response body that provides information about the thumbnail preset values, if any.
final
type String?
Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).
final
video VideoParameters?
A section of the response body that provides information about the video preset values.
final

Methods

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

Operators

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