Type Alias gstreamer_sys::GstPadProbeCallback
source · pub type GstPadProbeCallback = Option<unsafe extern "C" fn(_: *mut GstPad, _: *mut GstPadProbeInfo, _: gpointer) -> GstPadProbeReturn>;
Aliased Type§
enum GstPadProbeCallback {
None,
Some(unsafe extern "C" fn(_: *mut GstPad, _: *mut GstPadProbeInfo, _: *mut c_void) -> i32),
}