AgsBufferChannel

AgsBufferChannel — buffers channel

Synopsis

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

struct              AgsBufferChannel;
struct              AgsBufferChannelClass;
AgsBufferChannel *  ags_buffer_channel_new              ();

Description

The AgsBufferChannel class provides ports to the effect processor.

Details

struct AgsBufferChannel

struct AgsBufferChannel {
  AgsRecallChannel recall_channel;

  AgsPort *muted;
};

struct AgsBufferChannelClass

struct AgsBufferChannelClass {
  AgsRecallChannelClass recall_channel;
};

ags_buffer_channel_new ()

AgsBufferChannel *  ags_buffer_channel_new              ();

Creates an AgsBufferChannel

Returns :

a new AgsBufferChannel

Since 0.4