PadProbeInfo#
- class PadProbeInfo(*args, **kwargs)#
Info passed in the PadProbeCallback.
Methods#
- class PadProbeInfo
-
- get_buffer_list() BufferList | None#
- get_flow_return() FlowReturn#
Added in version 1.28.
- get_type() PadProbeType#
Added in version 1.28.
- set_buffer(buffer: Buffer | None = None) None#
Updates
infowithbufferorNone.Added in version 1.28.
- Parameters:
buffer – a
Buffer
- set_buffer_list(list: BufferList | None = None) None#
Updates
infowithlistorNone.Added in version 1.28.
- Parameters:
list – a
BufferList
- set_event(event: Event | None = None) None#
Updates
infowitheventorNone.Added in version 1.28.
- Parameters:
event – a
Event
- set_flow_return(flow_ret: FlowReturn) None#
Updates
infowithflow_ret.Added in version 1.28.
- Parameters:
flow_ret – A
FlowReturn
Fields#
- class PadProbeInfo
- data#
Type specific data, check the
typefield to know the datatype. This field can beNone.
- id#
The id of the probe
- offset#
Offset of pull probe, this field is valid when
typecontainsGST_PAD_PROBE_TYPE_PULL
- size#
Size of pull probe, this field is valid when
typecontainsGST_PAD_PROBE_TYPE_PULL
- type#
The current probe type