AgsAnalyseRecycling

AgsAnalyseRecycling — analyses recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsAnalyseRecycling

Implemented Interfaces

AgsAnalyseRecycling implements AgsConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_analyse_recycling.h>

Description

The AgsAnalyseRecycling class analyses the recycling.

Functions

ags_analyse_recycling_new ()

AgsAnalyseRecycling *
ags_analyse_recycling_new (AgsRecycling *source);

Create a new instance of AgsAnalyseRecycling

Parameters

recycling

the source AgsRecycling

 

Returns

the new AgsAnalyseRecycling

Since: 2.0.0


AGS_ANALYSE_RECYCLING()

#define AGS_ANALYSE_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ANALYSE_RECYCLING, AgsAnalyseRecycling))

AGS_ANALYSE_RECYCLING_CLASS()

#define AGS_ANALYSE_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ANALYSE_RECYCLING, AgsAnalyseRecyclingClass))

AGS_ANALYSE_RECYCLING_GET_CLASS()

#define AGS_ANALYSE_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_ANALYSE_RECYCLING, AgsAnalyseRecyclingClass))

AGS_IS_ANALYSE_RECYCLING()

#define AGS_IS_ANALYSE_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ANALYSE_RECYCLING))

ags_analyse_recycling_get_type ()

GType
ags_analyse_recycling_get_type ();

Types and Values

AGS_TYPE_ANALYSE_RECYCLING

#define AGS_TYPE_ANALYSE_RECYCLING                (ags_analyse_recycling_get_type())

struct AgsAnalyseRecycling

struct AgsAnalyseRecycling;

struct AgsAnalyseRecyclingClass

struct AgsAnalyseRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};