AgsRecallAudioSignal

AgsRecallAudioSignal — audio signal context of recall

Functions

Properties

guint audio-channel Read / Write
AgsAudioSignal * destination Read / Write
AgsAudioSignal * source Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ├── AgsBufferAudioSignal
            ├── AgsCopyAudioSignal
            ├── AgsEnvelopeAudioSignal
            ├── AgsMuteAudioSignal
            ├── AgsPeakAudioSignal
            ├── AgsPlayAudioSignal
            ├── AgsRecallDssiRun
            ├── AgsRecallLadspaRun
            ├── AgsRecallLv2Run
            ├── AgsStreamAudioSignal
            ╰── AgsVolumeAudioSignal

Implemented Interfaces

AgsRecallAudioSignal implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Description

AgsRecallAudioSignal acts as audio signal recall.

Functions

ags_recall_audio_signal_new ()

AgsRecallAudioSignal *
ags_recall_audio_signal_new (AgsAudioSignal *destination,
                             AgsAudioSignal *source,
                             GObject *soundcard);

Creates an AgsRecallAudioSignal.

Parameters

destination

destination AgsAudioSignal

 

source

source AgsAudioSignal

 

soundcard

default sink AgsSoundcard

 

Returns

a new AgsRecallAudioSignal.

Since: 0.4

Types and Values

enum AgsRecallAudioSignalFlags

Members

AGS_RECALL_AUDIO_SIGNAL_INITIAL_RUN

   

Property Details

The “audio-channel” property

  “audio-channel”            guint

The audio channel to which it should write.

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

Since: 0.4.0


The “destination” property

  “destination”              AgsAudioSignal *

The destination where this recall will write the audio signal to.

Flags: Read / Write

Since: 0.4.0


The “source” property

  “source”                   AgsAudioSignal *

The source where this recall will take the audio signal from.

Flags: Read / Write

Since: 0.4.0