AgsPlayChannel

AgsPlayChannel — plays channel

Synopsis

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

struct              AgsPlayChannel;
struct              AgsPlayChannelClass;
AgsPlayChannel *    ags_play_channel_new                (AgsDevout *devout,
                                                         guint audio_channel);

Description

The AgsPlayChannel class provides ports to the effect processor.

Details

struct AgsPlayChannel

struct AgsPlayChannel {
  AgsRecallChannel recall_channel;

  AgsPort *audio_channel;

  AgsPort *muted;
};

struct AgsPlayChannelClass

struct AgsPlayChannelClass {
  AgsRecallChannelClass recall_channel;
};

ags_play_channel_new ()

AgsPlayChannel *    ags_play_channel_new                (AgsDevout *devout,
                                                         guint audio_channel);

Creates an AgsPlayChannel

devout :

the AgsDevout outputting to

audio_channel :

the audio channel to use

Returns :

a new AgsPlayChannel

Since 0.4