AgsVolumeChannel

AgsVolumeChannel — volumes channel

Functions

Properties

AgsPort * volume Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsVolumeChannel

Implemented Interfaces

AgsVolumeChannel implements AgsConnectable.

Includes

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

Description

The AgsVolumeChannel class provides ports to the effect processor.

Functions

ags_volume_channel_new ()

AgsVolumeChannel *
ags_volume_channel_new (AgsChannel *source);

Create a new instance of AgsVolumeChannel

Parameters

source

the AgsAudioSignal

 

Returns

the new AgsVolumeChannel

Since: 3.0.0


AGS_IS_VOLUME_CHANNEL()

#define AGS_IS_VOLUME_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_CHANNEL))

AGS_IS_VOLUME_CHANNEL_CLASS()

#define AGS_IS_VOLUME_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_CHANNEL))

AGS_VOLUME_CHANNEL()

#define AGS_VOLUME_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannel))

AGS_VOLUME_CHANNEL_CLASS()

#define AGS_VOLUME_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannelClass))

AGS_VOLUME_CHANNEL_GET_CLASS()

#define AGS_VOLUME_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannelClass))

ags_volume_channel_get_type ()

GType
ags_volume_channel_get_type ();

Types and Values

AGS_TYPE_VOLUME_CHANNEL

#define AGS_TYPE_VOLUME_CHANNEL                (ags_volume_channel_get_type())

struct AgsVolumeChannel

struct AgsVolumeChannel;

struct AgsVolumeChannelClass

struct AgsVolumeChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “volume” property

  “volume”                   AgsPort *

The volume port.

Owner: AgsVolumeChannel

Flags: Read / Write

Since: 3.0.0