Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/task/ags_cancel_channel.h> struct AgsCancelChannel; struct AgsCancelChannelClass; AgsCancelChannel * ags_cancel_channel_new (AgsChannel *channel
,AgsRecallID *recall_id
,AgsDevoutPlay *play
);
struct AgsCancelChannel { AgsTask task; AgsChannel *channel; AgsRecallID *recall_id; AgsDevoutPlay *play; };
AgsCancelChannel * ags_cancel_channel_new (AgsChannel *channel
,AgsRecallID *recall_id
,AgsDevoutPlay *play
);
Creates an AgsCancelChannel.
|
the AgsChannel to cancel |
|
the AgsRecallID to cancel |
|
the |
Returns : |
an new AgsCancelChannel. |
Since 0.4