Struct ffmpeg_sys::AVTimecode [] [src]

pub struct AVTimecode {
    pub start: c_int,
    pub flags: uint32_t,
    pub rate: AVRational,
    pub fps: c_uint,
}

Fields

start: c_int flags: uint32_t rate: AVRational fps: c_uint

Trait Implementations

impl Debug for AVTimecode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.