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