Struct ffmpeg_sys_next::AVTimecode
source · #[repr(C)]pub struct AVTimecode {
pub start: c_int,
pub flags: u32,
pub rate: AVRational,
pub fps: c_uint,
}Fields§
§start: c_int< timecode frame start (first base frame number)
flags: u32< flags such as drop frame, +24 hours support, …
rate: AVRational< frame rate in rational form
fps: c_uint< frame per second; must be consistent with the rate field
Trait Implementations§
source§impl Clone for AVTimecode
impl Clone for AVTimecode
source§fn clone(&self) -> AVTimecode
fn clone(&self) -> AVTimecode
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 AVTimecode
impl Debug for AVTimecode
source§impl PartialEq<AVTimecode> for AVTimecode
impl PartialEq<AVTimecode> for AVTimecode
source§fn eq(&self, other: &AVTimecode) -> bool
fn eq(&self, other: &AVTimecode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.