GstPadProbeInfo

Info passed in the #GstPadProbeCallback.

Members

Unions

ABIType
union ABIType

Variables

data
void* data;

type specific data, check the @type field to know the datatype. This field can be null.

id
gulong id;

the id of the probe

offset
ulong offset;

offset of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL

size
uint size;

size of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL

type
GstPadProbeType type;

the current probe type