AgsResetAmplitude

AgsResetAmplitude — reset amplitude internal

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsResetAmplitude

Includes

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

Description

The AgsResetAmplitude task resets amplitude to recompute the amplitude during next run.

Functions

ags_reset_amplitude_add ()

void
ags_reset_amplitude_add (AgsResetAmplitude *reset_amplitude,
                         AgsAnalyseChannel *analyse_channel);

Add analyse_channel .

Parameters

reset_amplitude

the AgsResetAmplitude

 

analyse_channel

the AgsAnalyseChannel

 

Since: 3.0.0


ags_reset_amplitude_remove ()

void
ags_reset_amplitude_remove (AgsResetAmplitude *reset_amplitude,
                            AgsAnalyseChannel *analyse_channel);

Remove analyse_channel .

Parameters

reset_amplitude

the AgsResetAmplitude

 

analyse_channel

the AgsAnalyseChannel

 

Since: 3.0.0


ags_reset_amplitude_get_instance ()

AgsResetAmplitude *
ags_reset_amplitude_get_instance ();

Get instance.

Returns

the AgsResetAmplitude.

[transfer none]

Since: 3.0.0


ags_reset_amplitude_new ()

AgsResetAmplitude *
ags_reset_amplitude_new ();

Creates an AgsResetAmplitude.

Returns

an new AgsResetAmplitude.

Since: 3.0.0


AGS_IS_RESET_AMPLITUDE()

#define AGS_IS_RESET_AMPLITUDE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESET_AMPLITUDE))

AGS_IS_RESET_AMPLITUDE_CLASS()

#define AGS_IS_RESET_AMPLITUDE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RESET_AMPLITUDE))

AGS_RESET_AMPLITUDE()

#define AGS_RESET_AMPLITUDE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitude))

AGS_RESET_AMPLITUDE_CLASS()

#define AGS_RESET_AMPLITUDE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitudeClass))

AGS_RESET_AMPLITUDE_GET_CLASS()

#define AGS_RESET_AMPLITUDE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitudeClass))

ags_reset_amplitude_get_type ()

GType
ags_reset_amplitude_get_type ();

Types and Values

AGS_TYPE_RESET_AMPLITUDE

#define AGS_TYPE_RESET_AMPLITUDE                (ags_reset_amplitude_get_type())

struct AgsResetAmplitude

struct AgsResetAmplitude;

struct AgsResetAmplitudeClass

struct AgsResetAmplitudeClass {
  AgsTaskClass task;
};