Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/channel/task/ags_append_channel.h> struct AgsAppendChannel; struct AgsAppendChannelClass; AgsAppendChannel * ags_append_channel_new (,
GObject *audio_loop);
GObject *channel
struct AgsAppendChannel { AgsTask task; GObject *audio_loop; GObject *channel; };
AgsAppendChannel * ags_append_channel_new (,
GObject *audio_loop);
GObject *channel
Creates an AgsAppendChannel.
|
the AgsAudioLoop |
|
the AgsChannel to append |
Returns : |
an new AgsAppendChannel. |
Since 0.4