AgsAppendChannel

AgsAppendChannel — append channel object to audio loop

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAppendChannel

Implemented Interfaces

AgsAppendChannel implements AgsConnectable.

Includes

#include <ags/channel/task/ags_append_channel.h>

Description

The AgsAppendChannel task appends AgsChannel to AgsAudioLoop.

Functions

ags_append_channel_new ()

AgsAppendChannel *
ags_append_channel_new (GObject *audio_loop,
                        GObject *channel);

Creates an AgsAppendChannel.

Parameters

audio_loop

the AgsAudioLoop

 

channel

the AgsChannel to append

 

Returns

an new AgsAppendChannel.

Since: 0.4

Types and Values