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