AgsPrepareChannel

AgsPrepareChannel — prepares channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsPrepareChannel

Implemented Interfaces

AgsPrepareChannel implements AgsConnectable.

Includes

#include <ags/audio/recall/ags_prepare_channel.h>

Description

The AgsPrepareChannel class provides ports to the effect processor.

Functions

ags_prepare_channel_new ()

AgsPrepareChannel *
ags_prepare_channel_new (AgsChannel *source);

Create a new instance of AgsPrepareChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsPrepareChannel

Since: 3.0.0


AGS_IS_PREPARE_CHANNEL()

#define AGS_IS_PREPARE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PREPARE_CHANNEL))

AGS_IS_PREPARE_CHANNEL_CLASS()

#define AGS_IS_PREPARE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PREPARE_CHANNEL))

AGS_PREPARE_CHANNEL()

#define AGS_PREPARE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PREPARE_CHANNEL, AgsPrepareChannel))

AGS_PREPARE_CHANNEL_CLASS()

#define AGS_PREPARE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PREPARE_CHANNEL, AgsPrepareChannel))

AGS_PREPARE_CHANNEL_GET_CLASS()

#define AGS_PREPARE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PREPARE_CHANNEL, AgsPrepareChannelClass))

ags_prepare_channel_get_type ()

GType
ags_prepare_channel_get_type ();

Types and Values

AGS_TYPE_PREPARE_CHANNEL

#define AGS_TYPE_PREPARE_CHANNEL                (ags_prepare_channel_get_type())

struct AgsPrepareChannel

struct AgsPrepareChannel;

struct AgsPrepareChannelClass

struct AgsPrepareChannelClass {
  AgsRecallChannelClass recall_channel;
};