AgsCopyChannel

AgsCopyChannel — copys channel

Functions

Properties

AgsPort * muted Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsCopyChannel implements AgsConnectable, 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);

Create a new instance of AgsCopyChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

the new AgsCopyChannel

Since: 2.0.0


AGS_COPY_CHANNEL()

#define AGS_COPY_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_CHANNEL, AgsCopyChannel))

AGS_COPY_CHANNEL_CLASS()

#define AGS_COPY_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_CHANNEL, AgsCopyChannel))

AGS_COPY_CHANNEL_GET_CLASS()

#define AGS_COPY_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_CHANNEL, AgsCopyChannelClass))

AGS_IS_COPY_CHANNEL()

#define AGS_IS_COPY_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_CHANNEL))

ags_copy_channel_get_type ()

GType
ags_copy_channel_get_type ();

Types and Values

AGS_TYPE_COPY_CHANNEL

#define AGS_TYPE_COPY_CHANNEL                (ags_copy_channel_get_type())

struct AgsCopyChannel

struct AgsCopyChannel;

struct AgsCopyChannelClass

struct AgsCopyChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “muted” property

  “muted”                    AgsPort *

The mute port.

Flags: Read / Write

Since: 2.0.0