AgsPeakRecycling

AgsPeakRecycling — peaks recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsPeakRecycling

Implemented Interfaces

AgsPeakRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsPeakRecycling class peaks the recycling.

Functions

ags_peak_recycling_new ()

AgsPeakRecycling *
ags_peak_recycling_new (AgsRecycling *recycling);

Creates an AgsPeakRecycling

Parameters

recycling

the source AgsRecycling

 

Returns

a new AgsPeakRecycling

Since: 0.4


AGS_IS_PEAK_RECYCLING()

#define AGS_IS_PEAK_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PEAK_RECYCLING))


AGS_IS_PEAK_RECYCLING_CLASS()

#define AGS_IS_PEAK_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PEAK_RECYCLING))


AGS_PEAK_RECYCLING()

#define AGS_PEAK_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PEAK_RECYCLING, AgsPeakRecycling))


AGS_PEAK_RECYCLING_CLASS()

#define AGS_PEAK_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PEAK_RECYCLING, AgsPeakRecyclingClass))


AGS_PEAK_RECYCLING_GET_CLASS()

#define AGS_PEAK_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PEAK_RECYCLING, AgsPeakRecyclingClass))


ags_peak_recycling_get_type ()

GType
ags_peak_recycling_get_type ();

Types and Values

AGS_TYPE_PEAK_RECYCLING

#define AGS_TYPE_PEAK_RECYCLING                (ags_peak_recycling_get_type())


struct AgsPeakRecycling

struct AgsPeakRecycling;


struct AgsPeakRecyclingClass

struct AgsPeakRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};