AgsCancelChannel

AgsCancelChannel — cancel channel object

Functions

AgsCancelChannel * ags_cancel_channel_new ()

Includes

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

Description

The AgsCancelChannel task cancels AgsChannel playback.

Functions

ags_cancel_channel_new ()

AgsCancelChannel *
ags_cancel_channel_new (AgsChannel *channel,
                        AgsRecallID *recall_id,
                        AgsDevoutPlay *play);

Creates an AgsCancelChannel.

Parameters

channel

the AgsChannel to cancel

 

recall_id

the AgsRecallID to cancel

 

play

the AgsDevoutPlay

 

Returns

an new AgsCancelChannel.

Since 0.4

Types and Values