Constructor

AgsAudioAudioUnitPortnew

since: 3.0.0

[]

Declaration [src]

AgsAudioUnitPort*
ags_audio_unit_port_new (
  GObject* audio_unit_client
)
[]

Description [src]

Create a new instance of AgsAudioUnitPort.

Available since: 3.0.0

[]

Parameters

audio_unit_client

Type: GObject

The AgsAudioUnitClient assigned to.

The data is owned by the caller of the function.
[]

Return value

Type: AgsAudioUnitPort

The new AgsAudioUnitPort.

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