gst.pad_probe_info
Module for [PadProbeInfo] class
class PadProbeInfo
Types 1
classPadProbeInfo
Info passed in the #GstPadProbeCallback.
Fields
GstPadProbeInfo _cInstanceMethods
void * _cPtr() nothrowvoid type(gst.types.PadProbeType propval) @property nothrowSet `type` field. Params: propval = the current probe typeulong offset() @property nothrowGet `offset` field. Returns: offset of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULLvoid offset(ulong propval) @property nothrowSet `offset` field. Params: propval = offset of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULLuint size() @property nothrowGet `size` field. Returns: size of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULLvoid size(uint propval) @property nothrowSet `size` field. Params: propval = size of pull probe, this field is valid when @type contains #GST_PAD_PROBE_TYPE_PULLgst.buffer.Buffer getBuffer() nothrowgst.buffer_list.BufferList getBufferList() nothrowgst.event.Event getEvent() nothrowgst.query.Query getQuery() nothrow