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