Struct rusoto_elastictranscoder::CreatePresetRequest [] [src]

pub struct CreatePresetRequest {
    pub audio: Option<AudioParameters>,
    pub container: PresetContainer,
    pub description: Option<Description>,
    pub name: Name,
    pub thumbnails: Option<Thumbnails>,
    pub video: Option<VideoParameters>,
}

The CreatePresetRequest structure.

Fields

A section of the request body that specifies the audio parameters.

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.

The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

A section of the request body that specifies the thumbnail parameters, if any.

A section of the request body that specifies the video parameters.

Trait Implementations

impl Default for CreatePresetRequest
[src]

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

impl Debug for CreatePresetRequest
[src]

Formats the value using the given formatter.

impl Clone for CreatePresetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more