krähemann.com

AgsEq10ChannelRun

AgsEq10ChannelRun — 10 band equalizer on channel

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsEq10ChannelRun

Implemented Interfaces

AgsEq10ChannelRun implements AgsConnectable.

Includes

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

Description

The AgsEq10ChannelRun class does a 10 band equalizer on the channel.

Functions

ags_eq10_channel_run_new ()

AgsEq10ChannelRun *
ags_eq10_channel_run_new (AgsChannel *source);

Create a new instance of AgsEq10ChannelRun

Parameters

source

the AgsChannel

 

Returns

the new AgsEq10ChannelRun

Since: 3.0.0


AGS_EQ10_CHANNEL_RUN()

#define AGS_EQ10_CHANNEL_RUN(obj)            (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_EQ10_CHANNEL_RUN, AgsEq10ChannelRun))

AGS_EQ10_CHANNEL_RUN_CLASS()

#define AGS_EQ10_CHANNEL_RUN_CLASS(class)    (G_TYPE_CHECK_INSTANCE_CAST(class, AGS_TYPE_EQ10_CHANNEL_RUN, AgsEq10ChannelRunClass))

AGS_EQ10_CHANNEL_RUN_GET_CLASS()

#define AGS_EQ10_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EQ10_CHANNEL_RUN, AgsEq10ChannelRunClass))

AGS_IS_EQ10_CHANNEL_RUN()

#define AGS_IS_EQ10_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EQ10_CHANNEL_RUN))

AGS_IS_EQ10_CHANNEL_RUN_CLASS()

#define AGS_IS_EQ10_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EQ10_CHANNEL_RUN))

ags_eq10_channel_run_get_type ()

GType
ags_eq10_channel_run_get_type ();

Types and Values

AGS_TYPE_EQ10_CHANNEL_RUN

#define AGS_TYPE_EQ10_CHANNEL_RUN            (ags_eq10_channel_run_get_type())

struct AgsEq10ChannelRun

struct AgsEq10ChannelRun;

struct AgsEq10ChannelRunClass

struct AgsEq10ChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};