Class
AgsAudioPort
[−]
Description
class AgsAudio.Port : GObject.Object
implements Ags.Connectable {
flags: AgsPortFlags,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
line: guint,
channel_type: GType,
plugin_name: gchar*,
specifier: gchar*,
control_port: gchar*,
port_value_is_pointer: gboolean,
port_value_type: GType,
port_value_size: guint,
port_value_length: guint,
plugin_port: GObject*,
conversion: AgsConversion*,
automation: GList*,
port_value: _AgsPortValue
}
No description available.
[−]
Instance methods
ags_port_util_load_ladspa_conversion
Loads conversion object by using plugin_port
and sets in on port
.
since: 3.3.0
ags_port_util_load_lv2_conversion
Loads conversion object by using plugin_port
and sets in on port
.
since: 3.3.0
ags_port_util_load_vst3_conversion
Loads conversion object by using plugin_port
and sets in on port
.
since: 3.10.5
[+]
Methods inherited from AgsConnectable (13)
[−]
Signals
AgsAudio.Port::safe-get-property
The ::safe-get-property signal is emited while safe get property.
since: 3.0.0
AgsAudio.Port::safe-read
The ::safe-read signal is emited while doing safe read operation.
since: 3.0.0
AgsAudio.Port::safe-set-property
The ::safe-set-property signal is emited while safe set property.
since: 3.0.0
AgsAudio.Port::safe-write
The ::safe-write signal is emited while doing safe write operation.
since: 3.0.0
[+]