Method

AgsAudioAudioUnitClientopen

since: 3.0.0

Declaration [src]

void
ags_audio_unit_client_open (
  AgsAudioUnitClient* audio_unit_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.