krähemann.com

AgsResetFxAnalyse

AgsResetFxAnalyse — reset fx analyse

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsResetFxAnalyse

Includes

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

Description

The AgsResetFxAnalyse task resets ags-fx-analyse to recompute the analyse during next run.

Functions

ags_reset_fx_analyse_add ()

void
ags_reset_fx_analyse_add (AgsResetFxAnalyse *reset_fx_analyse,
                          AgsFxAnalyseChannel *fx_analyse_channel);

Add fx_analyse_channel .

Parameters

reset_fx_analyse

the AgsResetFxAnalyse

 

fx_analyse_channel

the AgsFxAnalyseChannel

 

Since: 3.3.0


ags_reset_fx_analyse_remove ()

void
ags_reset_fx_analyse_remove (AgsResetFxAnalyse *reset_fx_analyse,
                             AgsFxAnalyseChannel *fx_analyse_channel);

Remove fx_analyse_channel .

Parameters

reset_fx_analyse

the AgsResetFxAnalyse

 

fx_analyse_channel

the AgsFxAnalyseChannel

 

Since: 3.3.0


ags_reset_fx_analyse_get_instance ()

AgsResetFxAnalyse *
ags_reset_fx_analyse_get_instance ();

Get instance.

Returns

the AgsResetFxAnalyse.

[transfer none]

Since: 3.3.0


ags_reset_fx_analyse_new ()

AgsResetFxAnalyse *
ags_reset_fx_analyse_new ();

Creates an AgsResetFxAnalyse.

Returns

an new AgsResetFxAnalyse.

Since: 3.3.0


AGS_IS_RESET_FX_ANALYSE()

#define AGS_IS_RESET_FX_ANALYSE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESET_FX_ANALYSE))

AGS_IS_RESET_FX_ANALYSE_CLASS()

#define AGS_IS_RESET_FX_ANALYSE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RESET_FX_ANALYSE))

AGS_RESET_FX_ANALYSE()

#define AGS_RESET_FX_ANALYSE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESET_FX_ANALYSE, AgsResetFxAnalyse))

AGS_RESET_FX_ANALYSE_CLASS()

#define AGS_RESET_FX_ANALYSE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESET_FX_ANALYSE, AgsResetFxAnalyseClass))

AGS_RESET_FX_ANALYSE_GET_CLASS()

#define AGS_RESET_FX_ANALYSE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESET_FX_ANALYSE, AgsResetFxAnalyseClass))

ags_reset_fx_analyse_get_type ()

GType
ags_reset_fx_analyse_get_type ();

Types and Values

AGS_TYPE_RESET_FX_ANALYSE

#define AGS_TYPE_RESET_FX_ANALYSE                (ags_reset_fx_analyse_get_type())

struct AgsResetFxAnalyse

struct AgsResetFxAnalyse;

struct AgsResetFxAnalyseClass

struct AgsResetFxAnalyseClass {
  AgsTaskClass task;
};