Struct ogg_sys::ogg_sync_state [] [src]

#[repr(C)]
pub struct ogg_sync_state { pub data: *mut c_uchar, pub storage: c_int, pub fill: c_int, pub returned: c_int, pub unsynced: c_int, pub headerbytes: c_int, pub bodybytes: c_int, }

Fields