PadProbeReturn
Description:
[ CCode ( cprefix = "GST_PAD_PROBE_" , type_id = "gst_pad_probe_return_get_type ()" ) ]
public enum PadProbeReturn
Content:
Enum values:
- DROP - drop data in data probes.
- HANDLED - Data has been handled in the
probe and will not be forwarded further.
- OK - normal probe return value.
- PASS - pass the data item in the block
probe and block on the next item.
- REMOVE - remove this probe, passing the
data.