AgsVolumeRecycling

AgsVolumeRecycling — volumes recycling

Synopsis

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

struct              AgsVolumeRecycling;
struct              AgsVolumeRecyclingClass;
AgsVolumeRecycling * ags_volume_recycling_new           (AgsRecycling *recycling);

Description

The AgsVolumeRecycling class volumes the recycling.

Details

struct AgsVolumeRecycling

struct AgsVolumeRecycling {
  AgsRecallRecycling recall_recycling;
};

struct AgsVolumeRecyclingClass

struct AgsVolumeRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};

ags_volume_recycling_new ()

AgsVolumeRecycling * ags_volume_recycling_new           (AgsRecycling *recycling);

Creates an AgsVolumeRecycling

recycling :

the source AgsRecycling

Returns :

a new AgsVolumeRecycling

Since 0.4