krähemann.com

AgsFxLowPassAudio

AgsFxLowPassAudio — fx low pass audio

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsFxLowPassAudio

Implemented Interfaces

AgsFxLowPassAudio implements AgsConnectable.

Includes

#include <ags/audio/fx/ags_fx_low_pass_audio.h>

Description

The AgsFxLowPassAudio class provides ports to the effect processor.

Functions

ags_fx_low_pass_audio_new ()

AgsFxLowPassAudio *
ags_fx_low_pass_audio_new (AgsAudio *audio);

Create a new instance of AgsFxLowPassAudio

Parameters

audio

the AgsAudio

 

Returns

the new AgsFxLowPassAudio

Since: 3.13.0


AGS_FX_LOW_PASS_AUDIO()

#define AGS_FX_LOW_PASS_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_LOW_PASS_AUDIO, AgsFxLowPassAudio))

AGS_FX_LOW_PASS_AUDIO_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_LOW_PASS_AUDIO, AgsFxLowPassAudioClass))

AGS_FX_LOW_PASS_AUDIO_GET_CLASS()

#define AGS_FX_LOW_PASS_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO, AgsFxLowPassAudioClass))

AGS_IS_FX_LOW_PASS_AUDIO()

#define AGS_IS_FX_LOW_PASS_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_LOW_PASS_AUDIO))

AGS_IS_FX_LOW_PASS_AUDIO_CLASS()

#define AGS_IS_FX_LOW_PASS_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_LOW_PASS_AUDIO))

ags_fx_low_pass_audio_get_type ()

GType
ags_fx_low_pass_audio_get_type ();

Types and Values

AGS_TYPE_FX_LOW_PASS_AUDIO

#define AGS_TYPE_FX_LOW_PASS_AUDIO                (ags_fx_low_pass_audio_get_type())

struct AgsFxLowPassAudio

struct AgsFxLowPassAudio;

struct AgsFxLowPassAudioClass

struct AgsFxLowPassAudioClass {
  AgsRecallAudioClass recall_audio;
};