AgsAppendRecall

AgsAppendRecall — append recall object to audio loop

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAppendRecall

Implemented Interfaces

AgsAppendRecall implements AgsConnectable.

Includes

#include <ags/recall/task/ags_append_recall.h>

Description

The AgsAppendRecall task appends AgsRecall to AgsAudioLoop.

Functions

ags_append_recall_new ()

AgsAppendRecall *
ags_append_recall_new (GObject *audio_loop,
                       GObject *playback);

Creates an AgsAppendRecall.

Parameters

audio_loop

the AgsAudioLoop

 

playback

the AgsRecall to append

 

Returns

an new AgsAppendRecall.

Since: 0.4

Types and Values