Constructor
AgsAudioOutputnew
since: 3.0.0
Declaration [src]
AgsOutput*
ags_output_new (
GObject* audio
)
Parameters
audio
-
Type:
GObject
The
AgsAudio
.The data is owned by the caller of the function.
Return value
Type: AgsOutput
A new AgsOutput
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |