AgsMuteChannel

AgsMuteChannel — mutes channel

Functions

Properties

AgsPort * muted Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsMuteChannel

Implemented Interfaces

AgsMuteChannel implements AgsConnectable and AgsMutable.

Includes

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

Description

The AgsMuteChannel class provides ports to the effect processor.

Functions

ags_mute_channel_new ()

AgsMuteChannel *
ags_mute_channel_new (AgsChannel *source);

Create a new instance of AgsMuteChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsMuteChannel

Since: 3.0.0


AGS_IS_MUTE_CHANNEL()

#define AGS_IS_MUTE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MUTE_CHANNEL))

AGS_IS_MUTE_CHANNEL_CLASS()

#define AGS_IS_MUTE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MUTE_CHANNEL))

AGS_MUTE_CHANNEL()

#define AGS_MUTE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannel))

AGS_MUTE_CHANNEL_CLASS()

#define AGS_MUTE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannel))

AGS_MUTE_CHANNEL_GET_CLASS()

#define AGS_MUTE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannelClass))

ags_mute_channel_get_type ()

GType
ags_mute_channel_get_type ();

Types and Values

AGS_TYPE_MUTE_CHANNEL

#define AGS_TYPE_MUTE_CHANNEL                (ags_mute_channel_get_type())

struct AgsMuteChannel

struct AgsMuteChannel;

struct AgsMuteChannelClass

struct AgsMuteChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “muted” property

  “muted”                    AgsPort *

The mute port.

Owner: AgsMuteChannel

Flags: Read / Write

Since: 3.0.0