AgsEnvelopeAudioSignal

AgsEnvelopeAudioSignal — envelopes audio signal

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsEnvelopeAudioSignal

Implemented Interfaces

AgsEnvelopeAudioSignal implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsEnvelopeAudioSignal class envelopes the audio signal.

Functions

ags_envelope_audio_signal_new ()

AgsEnvelopeAudioSignal *
ags_envelope_audio_signal_new (AgsAudioSignal *source);

Creates an AgsEnvelopeAudioSignal

Parameters

source

the source AgsAudioSignal

 

Returns

a new AgsEnvelopeAudioSignal

Since: 0.6


AGS_ENVELOPE_AUDIO_SIGNAL()

#define AGS_ENVELOPE_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_AUDIO_SIGNAL, AgsEnvelopeAudioSignal))


AGS_ENVELOPE_AUDIO_SIGNAL_CLASS()

#define AGS_ENVELOPE_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_AUDIO_SIGNAL, AgsEnvelopeAudioSignalClass))


AGS_ENVELOPE_AUDIO_SIGNAL_GET_CLASS()

#define AGS_ENVELOPE_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_ENVELOPE_AUDIO_SIGNAL, AgsEnvelopeAudioSignalClass))


AGS_IS_ENVELOPE_AUDIO_SIGNAL()

#define AGS_IS_ENVELOPE_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ENVELOPE_AUDIO_SIGNAL))


AGS_IS_ENVELOPE_AUDIO_SIGNAL_CLASS()

#define AGS_IS_ENVELOPE_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_ENVELOPE_AUDIO_SIGNAL))


ags_envelope_audio_signal_get_type ()

GType
ags_envelope_audio_signal_get_type ();

Types and Values

AGS_TYPE_ENVELOPE_AUDIO_SIGNAL

#define AGS_TYPE_ENVELOPE_AUDIO_SIGNAL                (ags_envelope_audio_signal_get_type())


struct AgsEnvelopeAudioSignal

struct AgsEnvelopeAudioSignal;


struct AgsEnvelopeAudioSignalClass

struct AgsEnvelopeAudioSignalClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};