AgsFeedChannel

AgsFeedChannel — feeds channel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsFeedChannel

Implemented Interfaces

AgsFeedChannel implements AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsFeedChannel is responsible to provide enough audio data for real-time MIDI.

Functions

ags_feed_channel_new ()

AgsFeedChannel *
ags_feed_channel_new (AgsChannel *source);

Create a new instance of AgsFeedChannel

Parameters

source

the AgsChannel

 

Returns

the new AgsFeedChannel

Since: 2.0.0


AGS_FEED_CHANNEL()

#define AGS_FEED_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FEED_CHANNEL, AgsFeedChannel))

AGS_FEED_CHANNEL_CLASS()

#define AGS_FEED_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FEED_CHANNEL, AgsFeedChannelClass))

AGS_FEED_CHANNEL_GET_CLASS()

#define AGS_FEED_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FEED_CHANNEL, AgsFeedChannelClass))

AGS_IS_FEED_CHANNEL()

#define AGS_IS_FEED_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FEED_CHANNEL))

ags_feed_channel_get_type ()

GType
ags_feed_channel_get_type ();

Types and Values

AGS_TYPE_FEED_CHANNEL

#define AGS_TYPE_FEED_CHANNEL                (ags_feed_channel_get_type())

struct AgsFeedChannel

struct AgsFeedChannel;

struct AgsFeedChannelClass

struct AgsFeedChannelClass {
  AgsRecallChannelClass recall_channel;
};