Constructor

AgsAudioCoreAudioClientnew

since: 3.0.0

Declaration [src]

AgsCoreAudioClient*
ags_core_audio_client_new (
  GObject* core_audio_server
)

Description [src]

Create a new instance of AgsCoreAudioClient.

Available since: 3.0.0

Parameters

core_audio_server

Type: GObject

The assigned AgsCoreAudioServer.

The data is owned by the caller of the function.

Return value

Type: AgsCoreAudioClient

The new AgsCoreAudioClient.

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