gst.pad_probe_info

Module for [PadProbeInfo] class

Types 1

Info passed in the #GstPadProbeCallback.

Fields
GstPadProbeInfo _cInstance
Methods
void * _cPtr() nothrow
gst.types.PadProbeType type() @property nothrowGet `type` field. Returns: the current probe type
void type(gst.types.PadProbeType propval) @property nothrowSet `type` field. Params: propval = the current probe type
gulong id() @property nothrowGet `id` field. Returns: the id of the probe
void id(gulong propval) @property nothrowSet `id` field. Params: propval = the id of the probe
ulong offset() @property nothrowGet `offset` field. Returns: offset of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL
void offset(ulong propval) @property nothrowSet `offset` field. Params: propval = offset of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL
uint size() @property nothrowGet `size` field. Returns: size of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL
void size(uint propval) @property nothrowSet `size` field. Params: propval = size of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULL
Constructors
this(void * ptr, Flag!"Take" take)