AgsCopyRecycling

AgsCopyRecycling — copys recycling

Functions

Types and Values

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


AGS_COPY_RECYCLING()

#define AGS_COPY_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecycling))


AGS_COPY_RECYCLING_CLASS()

#define AGS_COPY_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))


AGS_COPY_RECYCLING_GET_CLASS()

#define AGS_COPY_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))


AGS_IS_COPY_RECYCLING()

#define AGS_IS_COPY_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_RECYCLING))


AGS_IS_COPY_RECYCLING_CLASS()

#define AGS_IS_COPY_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_RECYCLING))


ags_copy_recycling_get_type ()

GType
ags_copy_recycling_get_type ();

Types and Values

AGS_TYPE_COPY_RECYCLING

#define AGS_TYPE_COPY_RECYCLING                (ags_copy_recycling_get_type())


struct AgsCopyRecycling

struct AgsCopyRecycling;


struct AgsCopyRecyclingClass

struct AgsCopyRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};