Type Alias gstreamer_base_sys::GstCollectPadsFlushFunction
source · pub 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)),
}