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 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 (AgsChannel *source);

Create a new instance of AgsStreamChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsStreamChannel

Since: 2.0.0


AGS_IS_STREAM_CHANNEL()

#define AGS_IS_STREAM_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), 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 *

The auto-sense port.

Flags: Read / Write

Since: 2.0.0