AgsResetFxPeak

AgsResetFxPeak — reset fx peak

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsResetFxPeak

Includes

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

Description

The AgsResetFxPeak task resets ags-fx-peak to recompute the peak during next run.

Functions

ags_reset_fx_peak_add ()

void
ags_reset_fx_peak_add (AgsResetFxPeak *reset_fx_peak,
                       AgsFxPeakChannel *fx_peak_channel);

Add fx_peak_channel .

Parameters

reset_fx_peak

the AgsResetFxPeak

 

fx_peak_channel

the AgsFxPeakChannel

 

Since: 3.3.0


ags_reset_fx_peak_remove ()

void
ags_reset_fx_peak_remove (AgsResetFxPeak *reset_fx_peak,
                          AgsFxPeakChannel *fx_peak_channel);

Remove fx_peak_channel .

Parameters

reset_fx_peak

the AgsResetFxPeak

 

fx_peak_channel

the AgsFxPeakChannel

 

Since: 3.3.0


ags_reset_fx_peak_get_instance ()

AgsResetFxPeak *
ags_reset_fx_peak_get_instance ();

Get instance.

Returns

the AgsResetFxPeak.

[transfer none]

Since: 3.3.0


ags_reset_fx_peak_new ()

AgsResetFxPeak *
ags_reset_fx_peak_new ();

Creates an AgsResetFxPeak.

Returns

an new AgsResetFxPeak.

Since: 3.3.0


AGS_IS_RESET_FX_PEAK()

#define AGS_IS_RESET_FX_PEAK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESET_FX_PEAK))

AGS_IS_RESET_FX_PEAK_CLASS()

#define AGS_IS_RESET_FX_PEAK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RESET_FX_PEAK))

AGS_RESET_FX_PEAK()

#define AGS_RESET_FX_PEAK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESET_FX_PEAK, AgsResetFxPeak))

AGS_RESET_FX_PEAK_CLASS()

#define AGS_RESET_FX_PEAK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESET_FX_PEAK, AgsResetFxPeakClass))

AGS_RESET_FX_PEAK_GET_CLASS()

#define AGS_RESET_FX_PEAK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESET_FX_PEAK, AgsResetFxPeakClass))

ags_reset_fx_peak_get_type ()

GType
ags_reset_fx_peak_get_type ();

Types and Values

AGS_TYPE_RESET_FX_PEAK

#define AGS_TYPE_RESET_FX_PEAK                (ags_reset_fx_peak_get_type())

struct AgsResetFxPeak

struct AgsResetFxPeak;

struct AgsResetFxPeakClass

struct AgsResetFxPeakClass {
  AgsTaskClass task;
};