Constructor
AgsAudioAddAudionew
since: 3.0.0
Declaration [src]
AgsAddAudio*
ags_add_audio_new (
AgsAudio* audio
)
Parameters
audio
-
Type:
AgsAudio
The
AgsAudio
to add.The data is owned by the caller of the function.
Return value
Type: AgsAddAudio
An new AgsAddAudio
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |