pub type aom_inspect_cb = Option<unsafe extern "C" fn(decoder: *mut c_void, ctx: *mut c_void)>;Expand description
Callback that inspects decoder frame data.
Aliased Type§
pub enum aom_inspect_cb {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void)),
}