#[non_exhaustive]pub struct DetectedProperties { /* private fields */ }
Expand description
The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
Implementations§
source§impl DetectedProperties
impl DetectedProperties
sourcepub fn frame_rate(&self) -> Option<&str>
pub fn frame_rate(&self) -> Option<&str>
The detected frame rate of the input file, in frames per second.
sourcepub fn duration_millis(&self) -> Option<i64>
pub fn duration_millis(&self) -> Option<i64>
The detected duration of the input file, in milliseconds.
source§impl DetectedProperties
impl DetectedProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectedProperties
.
Trait Implementations§
source§impl Clone for DetectedProperties
impl Clone for DetectedProperties
source§fn clone(&self) -> DetectedProperties
fn clone(&self) -> DetectedProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more