#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Preset
Implementations
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
The Amazon Resource Name (ARN) for the preset.
The Amazon Resource Name (ARN) for the preset.
A description of the preset.
A description of the preset.
The container type for the output file. Valid values include flac
, flv
, fmp4
, gif
, mp3
, mp4
, mpg
, mxf
, oga
, ogg
, ts
, and webm
.
The container type for the output file. Valid values include flac
, flv
, fmp4
, gif
, mp3
, mp4
, mpg
, mxf
, oga
, ogg
, ts
, and webm
.
A section of the response body that provides information about the audio preset values.
A section of the response body that provides information about the audio preset values.
A section of the response body that provides information about the video preset values.
A section of the response body that provides information about the video preset values.
A section of the response body that provides information about the thumbnail preset values, if any.
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
).
Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more