| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/audio/task/ags_add_recall.h> struct AgsAddRecall; struct AgsAddRecallClass; AgsAddRecall * ags_add_recall_new (,GObject *contextAgsRecall *recall,);gboolean is_play
struct AgsAddRecall {
AgsTask task;
GObject *context;
AgsRecall *recall;
gboolean is_play;
};
AgsAddRecall * ags_add_recall_new (,GObject *contextAgsRecall *recall,);gboolean is_play
Creates an AgsAddRecall.
|
may be AgsAudio, AgsChannel or AgsRecall |
|
the AgsRecall to add |
|
if TRUE |
Returns : |
an new AgsAddRecall. |
Since 0.4