Method

AgsAudioAudioget_automation_port

since: 3.1.0

Declaration [src]

gchar**
ags_audio_get_automation_port (
  AgsAudio* audio
)

Description [src]

Get automation port.

Available since: 3.1.0

Return value

Type: An array of utf8

The string vector containing automation ports.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.