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