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