Method

AgsAudioCoreAudioServeradd_client

since: 3.0.0

Declaration [src]

void
ags_core_audio_server_add_client (
  AgsCoreAudioServer* core_audio_server,
  GObject* core_audio_client
)

Description [src]

Add core_audio_client to core_audio_server.

Available since: 3.0.0

Parameters

core_audio_client

Type: GObject

The AgsCoreAudioClient to add.

The data is owned by the caller of the function.