AgsStreamChannel

AgsStreamChannel — streams channel

Functions

Properties

AgsPort * auto-sense Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsStreamChannel

Implemented Interfaces

AgsStreamChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsStreamChannel class provides ports to the effect processor.

Functions

ags_stream_channel_new ()

AgsStreamChannel *
ags_stream_channel_new ();

Creates an AgsStreamChannel

Returns

a new AgsStreamChannel

Since: 0.4


AGS_IS_STREAM_CHANNEL()

#define AGS_IS_STREAM_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_CHANNEL))


AGS_IS_STREAM_CHANNEL_CLASS()

#define AGS_IS_STREAM_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_CHANNEL))


AGS_STREAM_CHANNEL()

#define AGS_STREAM_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannel))


AGS_STREAM_CHANNEL_CLASS()

#define AGS_STREAM_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))


AGS_STREAM_CHANNEL_GET_CLASS()

#define AGS_STREAM_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))


ags_stream_channel_get_type ()

GType
ags_stream_channel_get_type ();

Types and Values

AGS_TYPE_STREAM_CHANNEL

#define AGS_TYPE_STREAM_CHANNEL                (ags_stream_channel_get_type())


struct AgsStreamChannel

struct AgsStreamChannel;


struct AgsStreamChannelClass

struct AgsStreamChannelClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “auto-sense” property

  “auto-sense”               AgsPort *

Mute the channel.

Flags: Read / Write