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