AgsCopyAudioSignal

AgsCopyAudioSignal — copys audio signal

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsCopyAudioSignal

Implemented Interfaces

AgsCopyAudioSignal implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_copy_audio_signal.h>

Description

The AgsCopyAudioSignal class copys the audio signal.

Functions

ags_copy_audio_signal_new ()

AgsCopyAudioSignal *
ags_copy_audio_signal_new (AgsAudioSignal *destination,
                           AgsAudioSignal *source,
                           GObject *soundcard);

Creates an AgsCopyAudioSignal

Parameters

destination

the destination AgsAudioSignal

 

source

the source AgsAudioSignal

 

soundcard

the GObject defaulting to

 

Returns

a new AgsCopyAudioSignal

Since: 0.4


AGS_COPY_AUDIO_SIGNAL()

#define AGS_COPY_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignal))


AGS_COPY_AUDIO_SIGNAL_CLASS()

#define AGS_COPY_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignalClass))


AGS_COPY_AUDIO_SIGNAL_GET_CLASS()

#define AGS_COPY_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignalClass))


AGS_IS_COPY_AUDIO_SIGNAL()

#define AGS_IS_COPY_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_AUDIO_SIGNAL))


AGS_IS_COPY_AUDIO_SIGNAL_CLASS()

#define AGS_IS_COPY_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_AUDIO_SIGNAL))


ags_copy_audio_signal_get_type ()

GType
ags_copy_audio_signal_get_type ();

Types and Values

AGS_TYPE_COPY_AUDIO_SIGNAL

#define AGS_TYPE_COPY_AUDIO_SIGNAL                (ags_copy_audio_signal_get_type())


struct AgsCopyAudioSignal

struct AgsCopyAudioSignal;


struct AgsCopyAudioSignalClass

struct AgsCopyAudioSignalClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};