Gst.TracerClass

Fields

Name

Type

Access

Description

parent_class

Gst.ObjectClass

r

Methods

set_use_structure_params (use_structure_params)

uses_structure_params ()

Details

class Gst.TracerClass
set_use_structure_params(use_structure_params)[source]
Parameters:

use_structure_params (bool) – True to use structure parameters, False otherwise

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]
Returns:

True if the tracer uses structure parameters, False otherwise

Return type:

bool

If set, the tracer subsystem will consider parameters passed to the GST_TRACERS environment variable as a Gst.Structure and use its fields as properties to instanciate the tracer.

New in version 1.26.