AgsRecallRecyclingDummy

AgsRecallRecyclingDummy — recycling dummy dynamic context of recall

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsRecallRecyclingDummy

Implemented Interfaces

AgsRecallRecyclingDummy implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_recycling_dummy.h>

Description

AgsRecallRecyclingDummy acts as recycling dummy dynamic recall.

Functions

ags_recall_recycling_dummy_new ()

AgsRecallRecyclingDummy *
ags_recall_recycling_dummy_new (AgsRecycling *recycling,
                                GType child_type);

Creates an AgsRecallRecyclingDummy.

Parameters

recycling

the source AgsRecycling

 

child_type

child type

 

Returns

a new AgsRecallRecyclingDummy.

Since: 0.4


AGS_IS_RECALL_RECYCLING_DUMMY()

#define AGS_IS_RECALL_RECYCLING_DUMMY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY))


AGS_IS_RECALL_RECYCLING_DUMMY_CLASS()

#define AGS_IS_RECALL_RECYCLING_DUMMY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_RECYCLING_DUMMY))


AGS_RECALL_RECYCLING_DUMMY()

#define AGS_RECALL_RECYCLING_DUMMY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummy))


AGS_RECALL_RECYCLING_DUMMY_CLASS()

#define AGS_RECALL_RECYCLING_DUMMY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummyClass))


AGS_RECALL_RECYCLING_DUMMY_GET_CLASS()

#define AGS_RECALL_RECYCLING_DUMMY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummyClass))


ags_recall_recycling_dummy_get_type ()

GType
ags_recall_recycling_dummy_get_type ();

Types and Values

AGS_TYPE_RECALL_RECYCLING_DUMMY

#define AGS_TYPE_RECALL_RECYCLING_DUMMY                (ags_recall_recycling_dummy_get_type())


struct AgsRecallRecyclingDummy

struct AgsRecallRecyclingDummy;


struct AgsRecallRecyclingDummyClass

struct AgsRecallRecyclingDummyClass {
  AgsRecallRecyclingClass recall_recycling;
};