Constructor

AgsAudioLinkChannelnew

since: 3.0.0

Declaration [src]

AgsLinkChannel*
ags_link_channel_new (
  AgsChannel* channel,
  AgsChannel* link
)

Description [src]

Create a new instance of AgsLinkChannel.

Available since: 3.0.0

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 be NULL.

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.