Gst.PadProbeInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
data |
r/w |
type specific data, check the type field to know the datatype. This field can be |
|
id |
r/w |
the id of the probe |
|
offset |
r/w |
offset of pull probe, this field is valid when type contains |
|
size |
r/w |
size of pull probe, this field is valid when type contains |
|
type |
r/w |
the current probe type |
Methods¶
|
|
|
|
|
Details¶
- class Gst.PadProbeInfo¶
Info passed in the
Gst.PadProbeCallback
.- get_buffer()[source]¶
- Returns:
The
Gst.Buffer
from the probe- Return type:
Gst.Buffer
orNone
- get_buffer_list()[source]¶
- Returns:
The
Gst.BufferList
from the probe- Return type: