Method

AgsAudioCoreAudioClientopen

since: 3.0.0

Declaration [src]

void
ags_core_audio_client_open (
  AgsCoreAudioClient* core_audio_client,
  gchar* client_name
)

Description [src]

Open the core audio 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.