#[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() -> DetectedPropertiesBuilder
pub fn builder() -> DetectedPropertiesBuilder
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 moresource§impl Debug for DetectedProperties
impl Debug for DetectedProperties
source§impl PartialEq<DetectedProperties> for DetectedProperties
impl PartialEq<DetectedProperties> for DetectedProperties
source§fn eq(&self, other: &DetectedProperties) -> bool
fn eq(&self, other: &DetectedProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.