AgsStream
struct AgsStream; struct AgsStreamClass; void ags_stream (AgsRecall *recall, AgsRecallID *recall_id, gpointer data); AgsStream * ags_stream_new ();
AgsRecall *recall
AgsRecallID *recall_id
gpointer data
struct AgsStream { AgsRecall recall; AgsAudioSignal *audio_signal; };
struct AgsStreamClass { AgsRecallClass recall; };
void ags_stream (AgsRecall *recall, AgsRecallID *recall_id, gpointer data);
AgsStream * ags_stream_new ();