Method
AgsAudioAudioUnitPortregister
Declaration [src]
void
ags_audio_unit_port_register (
AgsAudioUnitPort* audio_unit_port,
gchar* port_name,
gboolean is_audio,
gboolean is_midi,
gboolean is_output
)
Parameters
port_name
-
Type:
gchar*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. is_audio
-
Type:
gboolean
No description available.
is_midi
-
Type:
gboolean
No description available.
is_output
-
Type:
gboolean
No description available.