Constructor
AgsAudioAudioUnitClientnew
since: 3.0.0
Declaration [src]
AgsAudioUnitClient*
ags_audio_unit_client_new (
GObject* audio_unit_server
)
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. |