GstPadProbeCallback

Callback used by gst_pad_add_probe(). 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

a #GstPadProbeReturn

Meta