Enum ffmpeg_sys_next::AVTimecodeFlag
source · #[repr(u32)]
pub enum AVTimecodeFlag {
AV_TIMECODE_FLAG_DROPFRAME,
AV_TIMECODE_FLAG_24HOURSMAX,
AV_TIMECODE_FLAG_ALLOWNEGATIVE,
}Variants§
AV_TIMECODE_FLAG_DROPFRAME
< timecode is drop frame
AV_TIMECODE_FLAG_24HOURSMAX
< timecode wraps after 24 hours
AV_TIMECODE_FLAG_ALLOWNEGATIVE
< negative time values are allowed
Trait Implementations§
source§impl Clone for AVTimecodeFlag
impl Clone for AVTimecodeFlag
source§fn clone(&self) -> AVTimecodeFlag
fn clone(&self) -> AVTimecodeFlag
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 AVTimecodeFlag
impl Debug for AVTimecodeFlag
source§impl Hash for AVTimecodeFlag
impl Hash for AVTimecodeFlag
source§impl PartialEq<AVTimecodeFlag> for AVTimecodeFlag
impl PartialEq<AVTimecodeFlag> for AVTimecodeFlag
source§fn eq(&self, other: &AVTimecodeFlag) -> bool
fn eq(&self, other: &AVTimecodeFlag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.