gst.pad_probe_info

Module for [PadProbeInfo] class

Types 1

Info passed in the #GstPadProbeCallback.

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