Constructor
AgsAudioAudioUnitPortnew
since: 3.0.0
Declaration [src]
AgsAudioUnitPort*
ags_audio_unit_port_new (
GObject* audio_unit_client
)
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. |