GstPadProbeCallback

Callback used by Pad.addProbe. Gets called to notify about the current blocking type.

The callback is allowed to modify the data pointer in info.

alias GstPadProbeCallback = GstPadProbeReturn function(GstPad* pad, GstPadProbeInfo* info, void* userData)

Return Value