Function
AgsAudioAudioUnitClientfind_uuid
since: 3.0.0
Declaration [src]
GList*
ags_audio_unit_client_find_uuid (
GList* audio_unit_client,
gchar* client_uuid
)
Parameters
audio_unit_client
-
Type: A list of
AgsAudioUnitClient*
The
GList
-struct containingAgsAudioUnitClient
.The data is owned by the caller of the function. client_uuid
-
Type:
gchar*
The client uuid to find.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.