Constructor
AgsAudioLinkChannelnew
since: 3.0.0
Declaration [src]
AgsLinkChannel*
ags_link_channel_new (
AgsChannel* channel,
AgsChannel* link
)
Parameters
channel
-
Type:
AgsChannel
The
AgsChannel
.The data is owned by the caller of the function. link
-
Type:
AgsChannel
The
AgsChannel
to be linked, may beNULL
.The data is owned by the caller of the function.
Return value
Type: AgsLinkChannel
The new AgsLinkChannel
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |