AgsCopyRecycling

AgsCopyRecycling — copys recycling

Synopsis

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

struct              AgsCopyRecycling;
struct              AgsCopyRecyclingClass;
AgsCopyRecycling *  ags_copy_recycling_new              (AgsRecycling *destination,
                                                         AgsRecycling *source,
                                                         AgsDevout *devout);

Description

The AgsCopyRecycling class copys the recycling.

Details

struct AgsCopyRecycling

struct AgsCopyRecycling {
  AgsRecallRecycling recall_recycling;
};

struct AgsCopyRecyclingClass

struct AgsCopyRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};

ags_copy_recycling_new ()

AgsCopyRecycling *  ags_copy_recycling_new              (AgsRecycling *destination,
                                                         AgsRecycling *source,
                                                         AgsDevout *devout);

Creates an AgsCopyRecycling

destination :

the destination AgsRecycling

source :

the source AgsRecycling

devout :

the AgsDevout defaulting to

Returns :

a new AgsCopyRecycling

Since 0.4