AgsGenericRecallChannelRun

AgsGenericRecallChannelRun — generic channel context of recall

Stability Level

Stable, unless otherwise indicated

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsGenericRecallChannelRun

Implemented Interfaces

AgsGenericRecallChannelRun implements AgsConnectable.

Includes

#include <ags/audio/ags_generic_recall_channel_run.h>

Description

AgsGenericRecallChannelRun acts as generic channel recall.

Functions

ags_generic_recall_channel_run_new ()

AgsGenericRecallChannelRun *
ags_generic_recall_channel_run_new (AgsChannel *source,
                                    GType child_type,
                                    GType generic_recall_recycling_child_type);

Creates an AgsGenericRecallChannelRun.

Parameters

source

the source AgsChannel

 

child_type

child type

 

generic_recall_recycling_child_type

recycling child type

 

Since: 3.0.0


AGS_GENERIC_RECALL_CHANNEL_RUN()

#define AGS_GENERIC_RECALL_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRun))

AGS_GENERIC_RECALL_CHANNEL_RUN_CLASS()

#define AGS_GENERIC_RECALL_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRunClass))

AGS_GENERIC_RECALL_CHANNEL_RUN_GET_CLASS()

#define AGS_GENERIC_RECALL_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRunClass))

AGS_IS_GENERIC_RECALL_CHANNEL_RUN()

#define AGS_IS_GENERIC_RECALL_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN))

AGS_IS_GENERIC_RECALL_CHANNEL_RUN_CLASS()

#define AGS_IS_GENERIC_RECALL_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN))

ags_generic_recall_channel_run_get_type ()

GType
ags_generic_recall_channel_run_get_type
                               ();

Types and Values

AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN

#define AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN                (ags_generic_recall_channel_run_get_type())

struct AgsGenericRecallChannelRun

struct AgsGenericRecallChannelRun;

struct AgsGenericRecallChannelRunClass

struct AgsGenericRecallChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};

Property Details

The “generic-recall-recycling-child-type” property

  “generic-recall-recycling-child-type” GType *

The type of child AgsRecall.

Owner: AgsGenericRecallChannelRun

Flags: Read / Write

Allowed values: AgsRecall

Since: 3.0.0