Constructor

AgsAudioCoreAudioPortnew

since: 3.0.0

Declaration [src]

AgsCoreAudioPort*
ags_core_audio_port_new (
  GObject* core_audio_client
)

Description [src]

Create a new instance of AgsCoreAudioPort.

Available since: 3.0.0

Parameters

core_audio_client

Type: GObject

The AgsCoreAudioClient assigned to.

The data is owned by the caller of the function.

Return value

Type: AgsCoreAudioPort

The new AgsCoreAudioPort.

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