Struct rusoto_elastictranscoder::Preset [] [src]

pub struct Preset {
    pub arn: Option<String>,
    pub audio: Option<AudioParameters>,
    pub container: Option<PresetContainer>,
    pub description: Option<Description>,
    pub id: Option<Id>,
    pub name: Option<Name>,
    pub thumbnails: Option<Thumbnails>,
    pub type_: Option<PresetType>,
    pub video: Option<VideoParameters>,
}

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.

Fields

The Amazon Resource Name (ARN) for the preset.

A section of the response body that provides information about the audio preset values.

The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

A description of the preset.

Identifier for the new preset. You use this value to get settings for the preset or to delete it.

The name of the preset.

A section of the response body that provides information about the thumbnail preset values, if any.

Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

A section of the response body that provides information about the video preset values.

Trait Implementations

impl Default for Preset
[src]

Returns the "default value" for a type. Read more

impl Debug for Preset
[src]

Formats the value using the given formatter.

impl Clone for Preset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more