Struct ffmpeg_sys::AVChapter [] [src]

pub struct AVChapter {
    pub id: c_int,
    pub time_base: AVRational,
    pub start: int64_t,
    pub end: int64_t,
    pub metadata: *mut AVDictionary,
}

Fields

id: c_int time_base: AVRational start: int64_t end: int64_t metadata: *mut AVDictionary

Trait Implementations

impl Debug for AVChapter
[src]

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

Formats the value using the given formatter.