AgsFeedChannelRun

AgsFeedChannelRun — feeds channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsFeedChannelRun

Implemented Interfaces

AgsFeedChannelRun implements AgsConnectable.

Includes

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

Description

The AgsFeedChannelRun class feeds the channel.

Functions

ags_feed_channel_run_new ()

AgsFeedChannelRun *
ags_feed_channel_run_new (AgsChannel *source);

Create a new instance of AgsFeedChannelRun

Parameters

source

the AgsChannel

 

Returns

a new AgsFeedChannelRun

Since: 3.0.0


AGS_FEED_CHANNEL_RUN()

#define AGS_FEED_CHANNEL_RUN(obj)            (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_FEED_CHANNEL_RUN, AgsFeedChannelRun))

AGS_FEED_CHANNEL_RUN_CLASS()

#define AGS_FEED_CHANNEL_RUN_CLASS(class)    (G_TYPE_CHECK_INSTANCE_CAST(class, AGS_TYPE_FEED_CHANNEL_RUN, AgsFeedChannelRunClass))

AGS_FEED_CHANNEL_RUN_GET_CLASS()

#define AGS_FEED_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FEED_CHANNEL_RUN, AgsFeedChannelRunClass))

AGS_IS_FEED_CHANNEL_RUN()

#define AGS_IS_FEED_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FEED_CHANNEL_RUN))

AGS_IS_FEED_CHANNEL_RUN_CLASS()

#define AGS_IS_FEED_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FEED_CHANNEL_RUN))

ags_feed_channel_run_get_type ()

GType
ags_feed_channel_run_get_type ();

Types and Values

AGS_TYPE_FEED_CHANNEL_RUN

#define AGS_TYPE_FEED_CHANNEL_RUN            (ags_feed_channel_run_get_type())

struct AgsFeedChannelRun

struct AgsFeedChannelRun;

struct AgsFeedChannelRunClass

struct AgsFeedChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};