Type Alias GstPadChainFunction
Sourcepub type GstPadChainFunction = Option<unsafe extern "C" fn(*mut GstPad, *mut GstObject, *mut GstBuffer) -> GstFlowReturn>;
Aliased Type§
pub enum GstPadChainFunction {
None,
Some(unsafe extern "C" fn(*mut GstPad, *mut GstObject, *mut GstBuffer) -> i32),
}