AgsStreamChannelRun

AgsStreamChannelRun — streams channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsStreamChannelRun

Implemented Interfaces

AgsStreamChannelRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsStreamChannelRun class streams the channel.

Functions

ags_stream_channel_run_new ()

AgsStreamChannelRun *
ags_stream_channel_run_new ();

Creates an AgsStreamChannelRun

Returns

a new AgsStreamChannelRun

Since: 0.4


AGS_IS_STREAM_CHANNEL_RUN()

#define AGS_IS_STREAM_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STREAM_CHANNEL_RUN))


AGS_IS_STREAM_CHANNEL_RUN_CLASS()

#define AGS_IS_STREAM_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_STREAM_CHANNEL_RUN))


AGS_STREAM_CHANNEL_RUN()

#define AGS_STREAM_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRun))


AGS_STREAM_CHANNEL_RUN_CLASS()

#define AGS_STREAM_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRunClass))


AGS_STREAM_CHANNEL_RUN_GET_CLASS()

#define AGS_STREAM_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRunClass))


ags_stream_channel_run_get_type ()

GType
ags_stream_channel_run_get_type ();

Types and Values

AGS_TYPE_STREAM_CHANNEL_RUN

#define AGS_TYPE_STREAM_CHANNEL_RUN                (ags_stream_channel_run_get_type())


struct AgsStreamChannelRun

struct AgsStreamChannelRun;


struct AgsStreamChannelRunClass

struct AgsStreamChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};