Method
AgsAudioGstreamerServerfind_client
since: 3.6.0
Declaration [src]
GObject*
ags_gstreamer_server_find_client (
AgsGstreamerServer* gstreamer_server,
gchar* client_uuid
)
Parameters
client_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 AgsGstreamerClient
found or NULL
.
The returned data is owned by the instance. |