Class
AgsAudioLv2OptionManager
[−]
Description
class AgsAudio.Lv2OptionManager : GObject.Object
{
obj_mutex: GRecMutex,
ressource: GHashTable*
}
No description available.
[−]
Functions
ags_lv2_option_manager_get_instance
Singleton function to optain the id manager instance.
since: 3.0.0
[−]
Instance methods
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
[−]
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
[+]