AgsPeakChannel

AgsPeakChannel — peaks channel

Functions

Properties

AgsPort * peak Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsPeakChannel

Implemented Interfaces

AgsPeakChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsPeakChannel class provides ports to the effect processor.

Functions

ags_peak_channel_retrieve_peak ()

void
ags_peak_channel_retrieve_peak (AgsPeakChannel *peak_channel,
                                gboolean is_play);


ags_peak_channel_new ()

AgsPeakChannel *
ags_peak_channel_new (AgsChannel *source);

Creates an AgsPeakChannel

Parameters

source

the AgsChannel as source

 

Returns

a new AgsPeakChannel

Since: 0.4


AGS_IS_PEAK_CHANNEL()

#define AGS_IS_PEAK_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PEAK_CHANNEL))


AGS_IS_PEAK_CHANNEL_CLASS()

#define AGS_IS_PEAK_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PEAK_CHANNEL))


AGS_PEAK_CHANNEL()

#define AGS_PEAK_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannel))


AGS_PEAK_CHANNEL_CLASS()

#define AGS_PEAK_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannel))


AGS_PEAK_CHANNEL_GET_CLASS()

#define AGS_PEAK_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannelClass))


ags_peak_channel_get_type ()

GType
ags_peak_channel_get_type ();

Types and Values

AGS_TYPE_PEAK_CHANNEL

#define AGS_TYPE_PEAK_CHANNEL                (ags_peak_channel_get_type())


struct AgsPeakChannel

struct AgsPeakChannel;


struct AgsPeakChannelClass

struct AgsPeakChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “peak” property

  “peak”                     AgsPort *

The peak of channel.

Flags: Read / Write