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