AgsRtStreamChannelRun

AgsRtStreamChannelRun — rt streams channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsRtStreamChannelRun

Implemented Interfaces

AgsRtStreamChannelRun implements AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsRtStreamChannelRun class streams the audio signal template.

Functions

ags_rt_stream_channel_run_new ()

AgsRtStreamChannelRun *
ags_rt_stream_channel_run_new (AgsChannel *source);

Create a new instance of AgsRtStreamChannelRun

Parameters

source

the AgsChannel

 

Returns

the new AgsRtStreamChannelRun

Since: 2.0.0


AGS_IS_RT_STREAM_CHANNEL_RUN()

#define AGS_IS_RT_STREAM_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RT_STREAM_CHANNEL_RUN))

AGS_RT_STREAM_CHANNEL_RUN()

#define AGS_RT_STREAM_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RT_STREAM_CHANNEL_RUN, AgsRtStreamChannelRun))

AGS_RT_STREAM_CHANNEL_RUN_CLASS()

#define AGS_RT_STREAM_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RT_STREAM_CHANNEL_RUN, AgsRtStreamChannelRunClass))

AGS_RT_STREAM_CHANNEL_RUN_GET_CLASS()

#define AGS_RT_STREAM_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RT_STREAM_CHANNEL_RUN, AgsRtStreamChannelRunClass))

ags_rt_stream_channel_run_get_type ()

GType
ags_rt_stream_channel_run_get_type ();

Types and Values

AGS_TYPE_RT_STREAM_CHANNEL_RUN

#define AGS_TYPE_RT_STREAM_CHANNEL_RUN                (ags_rt_stream_channel_run_get_type())

struct AgsRtStreamChannelRun

struct AgsRtStreamChannelRun;

struct AgsRtStreamChannelRunClass

struct AgsRtStreamChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};