Constructor

AgsAudioAudioUnitClientnew

since: 3.0.0

Declaration [src]

AgsAudioUnitClient*
ags_audio_unit_client_new (
  GObject* audio_unit_server
)

Description [src]

Create a new instance of AgsAudioUnitClient.

Available since: 3.0.0

Parameters

audio_unit_server

Type: GObject

The assigned AgsAudioUnitServer.

The data is owned by the caller of the function.

Return value

Type: AgsAudioUnitClient

The new AgsAudioUnitClient.

The caller of the function takes ownership of the data, and is responsible for freeing it.