#[repr(u32)]
pub enum AVDurationEstimationMethod {
AVFMT_DURATION_FROM_PTS,
AVFMT_DURATION_FROM_STREAM,
AVFMT_DURATION_FROM_BITRATE,
}Variants§
Trait Implementations§
source§impl Clone for AVDurationEstimationMethod
impl Clone for AVDurationEstimationMethod
source§fn clone(&self) -> AVDurationEstimationMethod
fn clone(&self) -> AVDurationEstimationMethod
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 AVDurationEstimationMethod
impl Debug for AVDurationEstimationMethod
source§impl Hash for AVDurationEstimationMethod
impl Hash for AVDurationEstimationMethod
source§impl PartialEq<AVDurationEstimationMethod> for AVDurationEstimationMethod
impl PartialEq<AVDurationEstimationMethod> for AVDurationEstimationMethod
source§fn eq(&self, other: &AVDurationEstimationMethod) -> bool
fn eq(&self, other: &AVDurationEstimationMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.