Type Alias gstreamer_sys::GstMetaDeserializeFunction
source · pub type GstMetaDeserializeFunction = Option<unsafe extern "C" fn(_: *const GstMetaInfo, _: *mut GstBuffer, _: *const u8, _: size_t, _: u8) -> *mut GstMeta>;
Aliased Type§
enum GstMetaDeserializeFunction {
None,
Some(unsafe extern "C" fn(_: *const GstMetaInfo, _: *mut GstBuffer, _: *const u8, _: usize, _: u8) -> *mut GstMeta),
}