Method

AgsAudioJackClientopen

since: 3.0.0

Declaration [src]

void
ags_jack_client_open (
  AgsJackClient* jack_client,
  gchar* client_name
)

Description [src]

Open the JACK client’s connection and read uuid.

Available since: 3.0.0

Parameters

client_name

Type: gchar*

The client’s name.

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