AgsStream

AgsStream

Synopsis

struct              AgsStream;
struct              AgsStreamClass;
void                ags_stream                          (AgsRecall *recall,
                                                         AgsRecallID *recall_id,
                                                         gpointer data);
AgsStream *         ags_stream_new                      ();

Description

Details

struct AgsStream

struct AgsStream {
  AgsRecall recall;

  AgsAudioSignal *audio_signal;
};

struct AgsStreamClass

struct AgsStreamClass {
  AgsRecallClass recall;
};

ags_stream ()

void                ags_stream                          (AgsRecall *recall,
                                                         AgsRecallID *recall_id,
                                                         gpointer data);

ags_stream_new ()

AgsStream *         ags_stream_new                      ();