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