Struct ffmpeg_sys::AVProbeData
[−]
[src]
pub struct AVProbeData {
pub filename: *const c_char,
pub buf: *mut c_uchar,
pub buf_size: c_int,
pub mime_type: *const c_char,
}Fields
filename: *const c_char
buf: *mut c_uchar
buf_size: c_int
mime_type: *const c_char