AgsCopyChannel

AgsCopyChannel — copys channel

Functions

Properties

AgsPort * muted Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsCopyChannel

Implemented Interfaces

AgsCopyChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin and AgsMutable.

Includes

#include <ags/audio/recall/ags_copy_channel.h>

Description

The AgsCopyChannel class provides ports to the effect processor.

Functions

ags_copy_channel_new ()

AgsCopyChannel *
ags_copy_channel_new (AgsChannel *destination,
                      AgsChannel *source);

Creates an AgsCopyChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

a new AgsCopyChannel

Since: 0.4

Types and Values

Property Details

The “muted” property

  “muted”                    AgsPort *

Mute the channel.

Flags: Read / Write