AgsPeakChannel

AgsPeakChannel — peaks channel

Functions

Properties

AgsPort * peak Read / Write

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

Types and Values

Property Details

The “peak” property

  “peak”                     AgsPort *

The peak of channel.

Flags: Read / Write