AgsBufferChannel

AgsBufferChannel — buffers channel

Functions

Properties

AgsPort * muted Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsBufferChannel implements AgsConnectable 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 (AgsChannel *destination,
                        AgsChannel *source);

Create a new instance of AgsBufferChannel

Parameters

destination

the destination AgsChannel

 

source

the source AgsChannel

 

Returns

the new AgsBufferChannel

Since: 3.0.0


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 *

The mute port.

Owner: AgsBufferChannel

Flags: Read / Write

Since: 3.0.0