AgsVolumeChannel

AgsVolumeChannel — volumes channel

Functions

Properties

AgsPort * volume Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsVolumeChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

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 ();

Creates an AgsVolumeChannel

Returns

a new AgsVolumeChannel

Since: 0.4


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 to apply on the channel.

Flags: Read / Write