AgsAddAudioSignal

AgsAddAudioSignal — add audio signal object to recycling

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_add_audio_signal.h>

Description

The AgsAddAudioSignal task adds AgsAudioSignal to AgsRecycling.

Functions

ags_add_audio_signal_new ()

AgsAddAudioSignal *
ags_add_audio_signal_new (AgsRecycling *recycling,
                          AgsAudioSignal *audio_signal,
                          GObject *soundcard,
                          AgsRecallID *recall_id,
                          guint audio_signal_flags);

Creates an AgsAddAudioSignal.

Parameters

recycling

the AgsRecycling

 

audio_signal

the AgsAudioSignal to add

 

soundcard

the GObject defaulting to

 

recall_id

the AgsRecallID, may be NULL if AGS_AUDIO_SIGNAL_TEMPLATE set

 

audio_signal_flags

the flags to set

 

Returns

an new AgsAddAudioSignal.

Since: 3.0.0