Class

AgsAudioAutomationControlNameKeyManager

Description

class AgsAudio.AutomationControlNameKeyManager : GObject.Object
{
  obj_mutex: GRecMutex,
  control_name_key: GHashTable*
}

No description available.

Ancestors

Constructors

ags_automation_control_name_key_manager_new

Creates an AgsAutomationControlNameKeyManager.

since: 5.4.0

Functions

ags_automation_control_name_key_manager_get_instance

Get ags audio file manager instance.

since: 5.4.0

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.AutomationControlNameKeyManager:control-name-key

The GHashTable-struct containing gpointer of key.

since: 5.4.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAudioAutomationControlNameKeyManagerClass {
  GObjectClass gobject;
  
}

No description available.

Class members
gobject: GObjectClass

No description available.