Method

AgsAudioPulseClientopen

since: 3.0.0

Declaration [src]

void
ags_pulse_client_open (
  AgsPulseClient* pulse_client,
  gchar* client_name
)

Description [src]

Open the pulseaudio 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.