AgsRecallChannelRunDummy

AgsRecallChannelRunDummy — channel dummy dynamic context of recall

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsRecallChannelRunDummy

Implemented Interfaces

AgsRecallChannelRunDummy implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_channel_run_dummy.h>

Description

AgsRecallChannelRunDummy acts as channel dummy dynamic recall.

Functions

ags_recall_channel_run_dummy_new ()

AgsRecallChannelRunDummy *
ags_recall_channel_run_dummy_new (AgsChannel *source,
                                  GType child_type,
                                  GType recycling_dummy_child_type);

Creates an AgsRecallChannelRunDummy.

Parameters

source

the source AgsChannel

 

child_type

child type

 

recycling_dummy_child_type

recycling child type

 

Returns

a new AgsRecallChannelRunDummy.

Since: 0.4


AGS_IS_RECALL_CHANNEL_RUN_DUMMY()

#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))


AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS()

#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))


AGS_RECALL_CHANNEL_RUN_DUMMY()

#define AGS_RECALL_CHANNEL_RUN_DUMMY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummy))


AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS()

#define AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))


AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS()

#define AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))


ags_recall_channel_run_dummy_get_type ()

GType
ags_recall_channel_run_dummy_get_type ();

Types and Values

AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY

#define AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY                (ags_recall_channel_run_dummy_get_type())


struct AgsRecallChannelRunDummy

struct AgsRecallChannelRunDummy;


struct AgsRecallChannelRunDummyClass

struct AgsRecallChannelRunDummyClass {
  AgsRecallChannelRunClass recall_channel_run;
};