AgsAddRecall — add recall object to context
GObject ╰── AgsTask ╰── AgsAddRecall
AgsAddRecall implements AgsConnectable.
#include <ags/audio/task/ags_add_recall.h>
The AgsAddRecall task adds AgsRecall to context.
AgsAddRecall * ags_add_recall_new (GObject *context, AgsRecall *recall, gboolean is_play);
GObject *context
AgsRecall *recall
gboolean is_play
Creates an AgsAddRecall.
context
may be AgsAudio, AgsChannel or AgsRecall
recall
the AgsRecall to add
is_play
if TRUE non-complex recall
TRUE
an new AgsAddRecall.
Since: 0.4