Class

AgsAudioLv2OptionManager

[]

Description

class AgsAudio.Lv2OptionManager : GObject.Object
{
  obj_mutex: GRecMutex,
  ressource: GHashTable*
}

No description available.

[]

Ancestors

[]

Constructors

ags_lv2_option_manager_new

Instantiate a id manager.

since: 3.0.0

[]

Functions

ags_lv2_option_manager_get_instance

Singleton function to optain the id manager instance.

since: 3.0.0

ags_lv2_option_manager_lv2_options_get

The LV2 options interface’s get method.

since: 3.0.0

ags_lv2_option_manager_lv2_options_set

The LV2 options interface’s set method.

since: 3.0.0

[]

Instance methods

ags_lv2_option_manager_get_option

Get option.

since: 3.0.0

ags_lv2_option_manager_ressource_insert

Inserts a data into hash associated with lv2_option_ressource.

since: 3.0.0

ags_lv2_option_manager_ressource_lookup

Lookup a ressource associated with lv2_option_ressource in lv2_option_manager.

since: 3.0.0

ags_lv2_option_manager_ressource_lookup_extended

Lookup a ressource associated with lv2_option_ressource in lv2_option_manager.

since: 3.0.0

ags_lv2_option_manager_ressource_remove

Removes an entry associated with lv2_option_ressource.

since: 3.0.0

ags_lv2_option_manager_set_option

Set option.

since: 3.0.0

Methods inherited from GObject (43)
[]

Signals

AgsAudio.Lv2OptionManager::get-option

The ::get-option signal gets options of the manager.

since: 3.0.0

AgsAudio.Lv2OptionManager::set-option

The ::set-option signal sets options for the manager.

since: 3.0.0

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

AgsAudio.Lv2OptionManagerClass.get_option

Get option.

since: 3.0.0

AgsAudio.Lv2OptionManagerClass.set_option

Set option.

since: 3.0.0