AgsBufferChannel

AgsBufferChannel — buffers channel

Functions

Properties

AgsPort * muted Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsBufferChannel

Implemented Interfaces

AgsBufferChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin and AgsMutable.

Includes

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

Description

The AgsBufferChannel class provides ports to the effect processor.

Functions

ags_buffer_channel_new ()

AgsBufferChannel *
ags_buffer_channel_new ();

Creates an AgsBufferChannel

Returns

a new AgsBufferChannel

Since: 0.4


AGS_BUFFER_CHANNEL()

#define AGS_BUFFER_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannel))


AGS_BUFFER_CHANNEL_CLASS()

#define AGS_BUFFER_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))


AGS_BUFFER_CHANNEL_GET_CLASS()

#define AGS_BUFFER_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))


AGS_IS_BUFFER_CHANNEL()

#define AGS_IS_BUFFER_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_CHANNEL))


AGS_IS_BUFFER_CHANNEL_CLASS()

#define AGS_IS_BUFFER_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BUFFER_CHANNEL))


ags_buffer_channel_get_type ()

GType
ags_buffer_channel_get_type ();

Types and Values

AGS_TYPE_BUFFER_CHANNEL

#define AGS_TYPE_BUFFER_CHANNEL                (ags_buffer_channel_get_type())


struct AgsBufferChannel

struct AgsBufferChannel;


struct AgsBufferChannelClass

struct AgsBufferChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “muted” property

  “muted”                    AgsPort *

Mute the channel.

Flags: Read / Write