AgsLinkChannel

AgsLinkChannel — link channel object

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsLinkChannel

Implemented Interfaces

AgsLinkChannel implements AgsConnectable.

Includes

#include <ags/audio/task/ags_link_channel.h>

Description

The AgsLinkChannel task links AgsChannel.

Functions

ags_link_channel_new ()

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

Creates an AgsLinkChannel.

Parameters

channel

the AgsChannel

 

link

the AgsChannel to be linked, may be NULL

 

Returns

an new AgsLinkChannel.

Since: 0.4

Types and Values