Method

AgsAudioAudioUnitServeradd_client

since: 3.0.0

Declaration [src]

void
ags_audio_unit_server_add_client (
  AgsAudioUnitServer* audio_unit_server,
  GObject* audio_unit_client
)

Description [src]

Add audio_unit_client to audio_unit_server.

Available since: 3.0.0

Parameters

audio_unit_client

Type: GObject

The AgsAudioUnitClient to add.

The data is owned by the caller of the function.