Type Alias gstreamer_sys::GstPadEventFunction
source · pub type GstPadEventFunction = Option<unsafe extern "C" fn(_: *mut GstPad, _: *mut GstObject, _: *mut GstEvent) -> gboolean>;
Aliased Type§
enum GstPadEventFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstPad, _: *mut GstObject, _: *mut GstEvent) -> i32),
}