Constructor
AgsAudioChannelnew
since: 3.0.0
Declaration [src]
AgsChannel*
ags_channel_new (
GObject* audio
)
Description [src]
Creates a new instance of AgsChannel
, linking tree to audio
.
Available since: 3.0.0
Parameters
audio
-
Type:
GObject
The
AgsAudio
.The data is owned by the caller of the function.
Return value
Type: AgsChannel
A new AgsChannel
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |