Method

AgsSoundServerset_soundcard

since: 3.0.0

Declaration [src]

void
ags_sound_server_set_soundcard (
  AgsSoundServer* sound_server,
  gchar* client_uuid,
  GList* soundcard
)

Description [src]

Sets the soundcard at client_uuid.

Available since: 3.0.0

Parameters

client_uuid

Type: gchar*

The location to fetch from.

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

Type: A list of GObject*

The soundcard to set.

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