AgsAppendChannel — append channel object to audio loop
GObject ╰── AgsTask ╰── AgsAppendChannel
AgsAppendChannel implements AgsConnectable.
#include <ags/channel/task/ags_append_channel.h>
The AgsAppendChannel task appends AgsChannel to AgsAudioLoop.
AgsAppendChannel * ags_append_channel_new (GObject *audio_loop, GObject *channel);
GObject *audio_loop
GObject *channel
Creates an AgsAppendChannel.
audio_loop
the AgsAudioLoop
channel
the AgsChannel to append
an new AgsAppendChannel.
Since: 0.4