Constructor

AgsAudioGstreamerServernew

since: 3.6.0

Declaration [src]

AgsGstreamerServer*
ags_gstreamer_server_new (
  gchar* url
)

Description [src]

Create a new instance of AgsGstreamerServer.

Available since: 3.6.0

Parameters

url

Type: gchar*

The URL as string.

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

Return value

Type: AgsGstreamerServer

The new AgsGstreamerServer.

The caller of the function takes ownership of the data, and is responsible for freeing it.