DynamicGstProperty

Inheritance diagram of DynamicGstProperty

DynamicGstProperty inheritance diagram

class savant.config.schema.DynamicGstProperty(storage_key, default)

Allows configuring a gstreamer element property to be automatically updated to current value of a dynamic parameter from parameter storage.

storage_key: str

Dynamic parameters name in the storage.

default: Any

Default value for the property.