AgsCopyRecycling

AgsCopyRecycling — copys recycling

Functions

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsCopyRecycling

Implemented Interfaces

AgsCopyRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsCopyRecycling class copys the recycling.

Functions

ags_copy_recycling_new ()

AgsCopyRecycling *
ags_copy_recycling_new (AgsRecycling *destination,
                        AgsRecycling *source,
                        GObject *soundcard);

Creates an AgsCopyRecycling

Parameters

destination

the destination AgsRecycling

 

source

the source AgsRecycling

 

soundcard

the GObject defaulting to

 

Returns

a new AgsCopyRecycling

Since: 0.4

Types and Values