AgsRecallChannelRunDummy

AgsRecallChannelRunDummy — channel dummy dynamic context of recall

Functions

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

Types and Values