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