AgsRecallChannelRun

AgsRecallChannelRun — dynamic channel context of recall

Functions

Properties

guint audio-channel Read / Write
AgsChannel * destination Read / Write
AgsRecallAudioRun * recall-audio-run Read / Write
AgsRecallChannel * recall-channel Read / Write
AgsChannel * source Read / Write

Signals

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ├── AgsBufferChannelRun
            ├── AgsCopyChannelRun
            ├── AgsCopyPatternChannelRun
            ├── AgsEnvelopeChannelRun
            ├── AgsLoopChannelRun
            ├── AgsMuteChannelRun
            ├── AgsPeakChannelRun
            ├── AgsPlayChannelRun
            ├── AgsPlayChannelRunMaster
            ├── AgsRecallChannelRunDummy
            ├── AgsStreamChannelRun
            ╰── AgsVolumeChannelRun

Implemented Interfaces

AgsRecallChannelRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_channel_run.h>

Description

AgsRecallChannelRun acts as channel recall run.

Functions

ags_recall_channel_run_run_order_changed ()

void
ags_recall_channel_run_run_order_changed
                               (AgsRecallChannelRun *recall_channel_run,
                                guint run_order);

Modify run order.

Parameters

recall_channel_run

an AgsRecallChannelRun

 

run_order

the run order

 

Since: 0.4


ags_recall_channel_run_get_run_order ()

guint
ags_recall_channel_run_get_run_order (AgsRecallChannelRun *recall_channel_run);


ags_recall_channel_run_new ()

AgsRecallChannelRun *
ags_recall_channel_run_new ();

Creates an AgsRecallChannelRun

Returns

a new AgsRecallChannelRun

Since: 0.4

Types and Values

Property Details

The “audio-channel” property

  “audio-channel”            guint

The audio channel this recall is assigned to.

Flags: Read / Write

Allowed values: <= 65535

Default value: 0

Since: 0.4.0


The “destination” property

  “destination”              AgsChannel *

The destination AgsChannel where it will output to.

Flags: Read / Write

Since: 0.4.0


The “recall-audio-run” property

  “recall-audio-run”         AgsRecallAudioRun *

The AgsRecallAudioRun which this recall needs.

Flags: Read / Write

Since: 0.4.0


The “recall-channel” property

  “recall-channel”           AgsRecallChannel *

The AgsRecallChannel which this recall needs.

Flags: Read / Write

Since: 0.4.0


The “source” property

  “source”                   AgsChannel *

The source AgsChannel where it will take the input from.

Flags: Read / Write

Since: 0.4.0

Signal Details

The “run-order-changed” signal

void
user_function (AgsRecallChannelRun *recall_channel_run,
               guint                run_order,
               gpointer             user_data)

Flags: Run Last