AgsCancelRecall

AgsCancelRecall — cancel recall object

Synopsis

#include <ags/audio/task/ags_cancel_recall.h>

struct              AgsCancelRecall;
struct              AgsCancelRecallClass;
AgsCancelRecall *   ags_cancel_recall_new               (AgsRecall *recall,
                                                         AgsDevoutPlay *play);

Description

The AgsCancelRecall task cancels AgsRecall playback.

Details

struct AgsCancelRecall

struct AgsCancelRecall {
  AgsTask task;

  AgsRecall *recall;

  AgsDevoutPlay *play;
};

struct AgsCancelRecallClass

struct AgsCancelRecallClass {
  AgsTaskClass task;
};

ags_cancel_recall_new ()

AgsCancelRecall *   ags_cancel_recall_new               (AgsRecall *recall,
                                                         AgsDevoutPlay *play);

Creates an AgsCancelRecall.

recall :

the AgsRecall to cancel

play :

the AgsDevoutPlay

Returns :

an new AgsCancelRecall.

Since 0.4