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