Function
AgsAudioGstreamerClientfind_uuid
since: 3.6.0
Declaration [src]
GList*
ags_gstreamer_client_find_uuid (
GList* gstreamer_client,
gchar* client_uuid
)
Parameters
gstreamer_client
-
Type: A list of
AgsGstreamerClient*
The
GList
-struct containingAgsGstreamerClient
.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.