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