GstPadProbeInfo

Info passed in the GstPadProbeCallback. GstPadProbeType type; the current probe type gulong id; the id of the probe gpointer data; type specific data, check the type field to know the datatype. This field can be NULL. guint64 offset; offset of pull probe, this field is valid when type contains GST_PAD_PROBE_TYPE_PULL guint size; size of pull probe, this field is valid when type contains GST_PAD_PROBE_TYPE_PULL

Members

Variables

data
void* data;
Undocumented in source.
id
gulong id;
Undocumented in source.
offset
ulong offset;
Undocumented in source.
size
uint size;
Undocumented in source.
type
GstPadProbeType type;
Undocumented in source.

Meta