AgsVolumeRecycling

AgsVolumeRecycling — volumes recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsVolumeRecycling

Implemented Interfaces

AgsVolumeRecycling implements AgsConnectable.

Includes

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

Description

The AgsVolumeRecycling class volumes the recycling.

Functions

ags_volume_recycling_new ()

AgsVolumeRecycling *
ags_volume_recycling_new (AgsRecycling *source);

Create a new instance of AgsVolumeRecycling

Parameters

source

the AgsRecycling

 

Returns

the new AgsVolumeRecycling

Since: 3.0.0


AGS_IS_VOLUME_RECYCLING()

#define AGS_IS_VOLUME_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_RECYCLING))

AGS_IS_VOLUME_RECYCLING_CLASS()

#define AGS_IS_VOLUME_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_RECYCLING))

AGS_VOLUME_RECYCLING()

#define AGS_VOLUME_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecycling))

AGS_VOLUME_RECYCLING_CLASS()

#define AGS_VOLUME_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecyclingClass))

AGS_VOLUME_RECYCLING_GET_CLASS()

#define AGS_VOLUME_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecyclingClass))

ags_volume_recycling_get_type ()

GType
ags_volume_recycling_get_type ();

Types and Values

AGS_TYPE_VOLUME_RECYCLING

#define AGS_TYPE_VOLUME_RECYCLING                (ags_volume_recycling_get_type())

struct AgsVolumeRecycling

struct AgsVolumeRecycling;

struct AgsVolumeRecyclingClass

struct AgsVolumeRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};