Function

AgsAudioGstreamerServerfind_url

since: 3.6.0

Declaration [src]

GList*
ags_gstreamer_server_find_url (
  GList* gstreamer_server,
  gchar* url
)

Description [src]

Find AgsGstreamerServer by url.

Available since: 3.6.0

Parameters

gstreamer_server

Type: A list of None

The GList-struct containing AgsGstreamerServer.

The data is owned by the caller of the function.
url

Type: gchar*

The url to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of None

The GList-struct containing a AgsGstreamerServer matching url or NULL.

The data is owned by the called function.