AgsAppendRecall

AgsAppendRecall — append recall object to audio loop

Functions

Properties

AgsAudioLoop * audio-loop Read / Write
AgsPlayback * playback Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAppendRecall

Implemented Interfaces

AgsAppendRecall implements AgsConnectable.

Includes

#include <ags/audio/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


AGS_APPEND_RECALL()

#define AGS_APPEND_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPEND_RECALL, AgsAppendRecall))


AGS_APPEND_RECALL_CLASS()

#define AGS_APPEND_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPEND_RECALL, AgsAppendRecallClass))


AGS_APPEND_RECALL_GET_CLASS()

#define AGS_APPEND_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPEND_RECALL, AgsAppendRecallClass))


AGS_IS_APPEND_RECALL()

#define AGS_IS_APPEND_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPEND_RECALL))


AGS_IS_APPEND_RECALL_CLASS()

#define AGS_IS_APPEND_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPEND_RECALL))


ags_append_recall_get_type ()

GType
ags_append_recall_get_type ();

Types and Values

AGS_TYPE_APPEND_RECALL

#define AGS_TYPE_APPEND_RECALL                (ags_append_recall_get_type())


struct AgsAppendRecall

struct AgsAppendRecall;


struct AgsAppendRecallClass

struct AgsAppendRecallClass {
  AgsTaskClass task;
};

Property Details

The “audio-loop” property

  “audio-loop”               AgsAudioLoop *

The assigned AgsAudioLoop

Flags: Read / Write

Since: 0.7.117


The “playback” property

  “playback”                 AgsPlayback *

The assigned AgsPlayback

Flags: Read / Write

Since: 0.7.117