Struct aws_sdk_elastictranscoder::model::detected_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DetectedProperties
Implementations
The detected width of the input file, in pixels.
The detected height of the input file, in pixels.
The detected frame rate of the input file, in frames per second.
The detected frame rate of the input file, in frames per second.
The detected file size of the input file, in bytes.
The detected duration of the input file, in milliseconds.
The detected duration of the input file, in milliseconds.
Consumes the builder and constructs a DetectedProperties
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