Struct ogg_sys::ogg_packet [] [src]

#[repr(C)]
pub struct ogg_packet { pub packet: *mut c_uchar, pub bytes: c_long, pub b_o_s: c_long, pub e_o_s: c_long, pub granulepos: ogg_int64_t, pub packetno: ogg_int64_t, }

Fields