Method
AgsAudioAudioUnitServerfind_port
since: 3.0.0
Declaration [src]
GObject*
ags_audio_unit_server_find_port (
AgsAudioUnitServer* audio_unit_server,
gchar* port_uuid
)
Parameters
port_uuid
-
Type:
gchar*
The uuid to find.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
The AgsAudioUnitPort
found or NULL
.
The returned data is owned by the instance. |