pub type AMediaCodecOnAsyncFormatChanged = Option<unsafe extern "C" fn(codec: *mut AMediaCodec, userdata: *mut c_void, format: *mut AMediaFormat)>;Aliased Type§
pub enum AMediaCodecOnAsyncFormatChanged {
None,
Some(unsafe extern "C" fn(*mut AMediaCodec, *mut c_void, *mut AMediaFormat)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut AMediaCodec, *mut c_void, *mut AMediaFormat))
Some value of type T.