AgsRecallChannel

AgsRecallChannel — channel context of recall

Functions

Properties

AgsChannel * destination Read / Write
AgsChannel * source Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ├── AgsBufferChannel
            ├── AgsCopyChannel
            ├── AgsCopyPatternChannel
            ├── AgsEnvelopeChannel
            ├── AgsLoopChannel
            ├── AgsMuteChannel
            ├── AgsPeakChannel
            ├── AgsPlayChannel
            ├── AgsRecallDssi
            ├── AgsRecallLadspa
            ├── AgsRecallLv2
            ├── AgsStreamChannel
            ╰── AgsVolumeChannel

Implemented Interfaces

AgsRecallChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_channel.h>

Description

AgsRecallChannel acts as channel recall.

Functions

ags_recall_channel_find_channel ()

GList *
ags_recall_channel_find_channel (GList *recall_channel_i,
                                 AgsChannel *source);

Retrieve next recall assigned to channel.

Parameters

recall_channel_i

a GList containing AgsRecallChannel

 

source

the AgsChannel to find

 

Returns

Next match.

Since: 0.4


ags_recall_channel_new ()

AgsRecallChannel *
ags_recall_channel_new ();

Creates an AgsRecallChannel.

Returns

a new AgsRecallChannel.

Since: 0.4

Types and Values

Property Details

The “destination” property

  “destination”              AgsChannel *

The destination channel object it is assigned to.

Flags: Read / Write

Since: 0.4.0


The “source” property

  “source”                   AgsChannel *

The source channel object it is assigned to.

Flags: Read / Write

Since: 0.4.0