krähemann.com

AgsRecallChannel

AgsRecallChannel — channel context of recall

Properties

AgsChannel * destination Read / Write
AgsRecallAudio * recall-audio Read / Write
AgsChannel * source Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ├── AgsAnalyseChannel
            ├── AgsBufferChannel
            ├── AgsCaptureWaveChannel
            ├── AgsCopyChannel
            ├── AgsCopyPatternChannel
            ├── AgsEnvelopeChannel
            ├── AgsEq10Channel
            ├── AgsFeedChannel
            ├── AgsFxAnalyseChannel
            ├── AgsFxBufferChannel
            ├── AgsFxNotationChannel
            ├── AgsFxEnvelopeChannel
            ├── AgsFxEq10Channel
            ├── AgsFxLadspaChannel
            ├── AgsFxPatternChannel
            ├── AgsFxPeakChannel
            ├── AgsFxPlaybackChannel
            ├── AgsFxVolumeChannel
            ├── AgsLfoChannel
            ├── AgsLoopChannel
            ├── AgsMuteChannel
            ├── AgsPeakChannel
            ├── AgsPlayChannel
            ├── AgsPlayWaveChannel
            ├── AgsPrepareChannel
            ├── AgsRecallDssi
            ├── AgsRecallLadspa
            ├── AgsRecallLv2
            ├── AgsRtStreamChannel
            ├── AgsStreamChannel
            ╰── AgsVolumeChannel

Implemented Interfaces

AgsRecallChannel implements AgsConnectable.

Includes

#include <ags/audio/ags_recall_channel.h>

Description

AgsRecallChannel acts as channel recall.

Functions

ags_recall_channel_get_destination ()

AgsChannel *
ags_recall_channel_get_destination (AgsRecallChannel *recall_channel);

Get destination.

Parameters

recall_channel

the AgsRecallDestination

 

Returns

the AgsDestination.

[transfer full]

Since: 3.1.0


ags_recall_channel_set_destination ()

void
ags_recall_channel_set_destination (AgsRecallChannel *recall_channel,
                                    AgsChannel *destination);

Set destination.

Parameters

recall_channel

the AgsRecallChannel

 

destination

the AgsChannel

 

Since: 3.1.0


ags_recall_channel_get_source ()

AgsChannel *
ags_recall_channel_get_source (AgsRecallChannel *recall_channel);

Get source.

Parameters

recall_channel

the AgsRecallSource

 

Returns

the AgsSource.

[transfer full]

Since: 3.1.0


ags_recall_channel_set_source ()

void
ags_recall_channel_set_source (AgsRecallChannel *recall_channel,
                               AgsChannel *source);

Set source.

Parameters

recall_channel

the AgsRecallChannel

 

source

the AgsChannel

 

Since: 3.1.0


ags_recall_channel_find_channel ()

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

Retrieve next recall assigned to channel.

Parameters

recall_channel

the GList containing AgsRecallChannel.

[element-type AgsAudio.RecallChannel][transfer none]

source

the AgsChannel to find

 

Returns

next matching GList or NULL.

[element-type AgsAudio.RecallChannel][transfer none]

Since: 3.0.0


ags_recall_channel_new ()

AgsRecallChannel *
ags_recall_channel_new ();

Creates an AgsRecallChannel.

Returns

a new AgsRecallChannel.

Since: 3.0.0


AGS_IS_RECALL_CHANNEL()

#define AGS_IS_RECALL_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL))

AGS_IS_RECALL_CHANNEL_CLASS()

#define AGS_IS_RECALL_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL))

AGS_RECALL_CHANNEL()

#define AGS_RECALL_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannel))

AGS_RECALL_CHANNEL_CLASS()

#define AGS_RECALL_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannelClass))

AGS_RECALL_CHANNEL_GET_CLASS()

#define AGS_RECALL_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannelClass))

ags_recall_channel_get_type ()

GType
ags_recall_channel_get_type ();

Types and Values

AGS_TYPE_RECALL_CHANNEL

#define AGS_TYPE_RECALL_CHANNEL                (ags_recall_channel_get_type())

struct AgsRecallChannel

struct AgsRecallChannel;

struct AgsRecallChannelClass

struct AgsRecallChannelClass {
  AgsRecallClass recall;
};

Property Details

The “destination” property

  “destination”              AgsChannel *

The assigned destination channel.

Owner: AgsRecallChannel

Flags: Read / Write

Since: 3.0.0


The “recall-audio” property

  “recall-audio”             AgsRecallAudio *

The associated recall within audio context.

Owner: AgsRecallChannel

Flags: Read / Write

Since: 3.0.0


The “source” property

  “source”                   AgsChannel *

The assigned source channel.

Owner: AgsRecallChannel

Flags: Read / Write

Since: 3.0.0