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