Type Definition libaom_sys::aom_inspect_cb [−][src]
type aom_inspect_cb = Option<unsafe extern "C" fn(decoder: *mut c_void, ctx: *mut c_void)>;
Callback that inspects decoder frame data.
type aom_inspect_cb = Option<unsafe extern "C" fn(decoder: *mut c_void, ctx: *mut c_void)>;
Callback that inspects decoder frame data.