PadProbeInfo

class PadProbeInfo(*args, **kwargs)

Info passed in the PadProbeCallback.

Methods

class PadProbeInfo
get_buffer() Buffer | None
get_buffer_list() BufferList | None
get_event() Event | None
get_query() Query | None

Fields

class PadProbeInfo
data

Type specific data, check the type field to know the datatype. This field can be None.

id

The id of the probe

offset

Offset of pull probe, this field is valid when type contains GST_PAD_PROBE_TYPE_PULL

size

Size of pull probe, this field is valid when type contains GST_PAD_PROBE_TYPE_PULL

type

The current probe type