AgsMuteChannel

AgsMuteChannel — mutes channel

Synopsis

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

struct              AgsMuteChannel;
struct              AgsMuteChannelClass;
AgsMuteChannel *    ags_mute_channel_new                ();

Description

The AgsMuteChannel class provides ports to the effect processor.

Details

struct AgsMuteChannel

struct AgsMuteChannel {
  AgsRecallChannel recall_channel;

  AgsPort *muted;
};

struct AgsMuteChannelClass

struct AgsMuteChannelClass {
  AgsRecallChannelClass recall_channel;
};

ags_mute_channel_new ()

AgsMuteChannel *    ags_mute_channel_new                ();

Creates an AgsMuteChannel

Returns :

a new AgsMuteChannel

Since 0.4