Gst.TracerClass¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| parent_class | r | 
Methods¶
| 
 | |
Details¶
- class Gst.TracerClass¶
- set_use_structure_params(use_structure_params)[source]¶
- 
Sets whether the tracer should use structure parameters for configuration. This function configures how parameters should be passed when instantiating the tracer. This is typically called in the tracer’s class initialization function to indicate its parameter handling preference. New in version 1.26. 
 - uses_structure_params()[source]¶
- 
If set, the tracer subsystem will consider parameters passed to the GST_TRACERSenvironment variable as aGst.Structureand use its fields as properties to instanciate the tracer.New in version 1.26.