:right-sidebar: True PadProbeInfo =================================================================== .. currentmodule:: gi.repository.Gst .. class:: PadProbeInfo(*args, **kwargs) :no-contents-entry: Info passed in the :obj:`~gi.repository.Gst.PadProbeCallback`\. Methods ------- .. rst-class:: interim-class .. class:: PadProbeInfo :no-index: .. method:: get_buffer() -> ~gi.repository.Gst.Buffer | None .. method:: get_buffer_list() -> ~gi.repository.Gst.BufferList | None .. method:: get_event() -> ~gi.repository.Gst.Event | None .. method:: get_query() -> ~gi.repository.Gst.Query | None Fields ------ .. rst-class:: interim-class .. class:: PadProbeInfo :no-index: .. attribute:: data Type specific data, check the ``type`` field to know the datatype. This field can be :const:`None`. .. attribute:: id The id of the probe .. attribute:: offset Offset of pull probe, this field is valid when ``type`` contains ``GST_PAD_PROBE_TYPE_PULL`` .. attribute:: size Size of pull probe, this field is valid when ``type`` contains ``GST_PAD_PROBE_TYPE_PULL`` .. attribute:: type The current probe type