AgsFeedChannel

AgsFeedChannel — feeds channel

Functions

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsFeedChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable 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 ();

Creates an AgsFeedChannel

Returns

a new AgsFeedChannel

Since: 0.7.111


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_IS_FEED_CHANNEL_CLASS()

#define AGS_IS_FEED_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), 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;
};