AgsInput

AgsInput — Input of AgsAudio

Synopsis

#include <ags/audio/ags_input.h>

struct              AgsInput;
struct              AgsInputClass;
AgsInput *          ags_input_new                       (GObject *audio);

Description

AgsInput represents an input channel of AgsAudio.

Details

struct AgsInput

struct AgsInput {
  AgsChannel channel;

  GObject *file_link;
};

struct AgsInputClass

struct AgsInputClass {
  AgsChannelClass channel;
};

ags_input_new ()

AgsInput *          ags_input_new                       (GObject *audio);

Creates a AgsInput, linking tree to audio.

audio :

the AgsAudio

Returns :

a new AgsInput

Since 0.3