krähemann.com

AgsEnvelopeAudioSignal

AgsEnvelopeAudioSignal — envelopes audio signal

Object Hierarchy

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

Implemented Interfaces

AgsEnvelopeAudioSignal implements AgsConnectable.

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);

Create a new instance of AgsEnvelopeAudioSignal

Parameters

source

the source AgsAudioSignal

 

Returns

the new AgsEnvelopeAudioSignal

Since: 3.0.0


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_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;
};