AgsRtStreamChannel

AgsRtStreamChannel — rt streams channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsRtStreamChannel

Implemented Interfaces

AgsRtStreamChannel implements AgsConnectable.

Includes

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

Description

The AgsRtStreamChannel class provides ports to the effect processor.

Functions

ags_rt_stream_channel_new ()

AgsRtStreamChannel *
ags_rt_stream_channel_new (AgsChannel *source);

Create a new instance of AgsRtStreamChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsRtStreamChannel

Since: 3.0.0


AGS_IS_RT_STREAM_CHANNEL()

#define AGS_IS_RT_STREAM_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RT_STREAM_CHANNEL))

AGS_RT_STREAM_CHANNEL()

#define AGS_RT_STREAM_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannel))

AGS_RT_STREAM_CHANNEL_CLASS()

#define AGS_RT_STREAM_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannelClass))

AGS_RT_STREAM_CHANNEL_GET_CLASS()

#define AGS_RT_STREAM_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RT_STREAM_CHANNEL, AgsRtStreamChannelClass))

ags_rt_stream_channel_get_type ()

GType
ags_rt_stream_channel_get_type ();

Types and Values

AGS_TYPE_RT_STREAM_CHANNEL

#define AGS_TYPE_RT_STREAM_CHANNEL                (ags_rt_stream_channel_get_type())

struct AgsRtStreamChannel

struct AgsRtStreamChannel;

struct AgsRtStreamChannelClass

struct AgsRtStreamChannelClass {
  AgsRecallChannelClass recall_channel;
};