AgsEnvelopeChannelRun

AgsEnvelopeChannelRun

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsEnvelopeChannelRun

Implemented Interfaces

AgsEnvelopeChannelRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Description

Functions

ags_envelope_channel_run_new ()

AgsEnvelopeChannelRun *
ags_envelope_channel_run_new (AgsChannel *source);


AGS_ENVELOPE_CHANNEL_RUN()

#define AGS_ENVELOPE_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_CHANNEL_RUN, AgsEnvelopeChannelRun))


AGS_ENVELOPE_CHANNEL_RUN_CLASS()

#define AGS_ENVELOPE_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_CHANNEL_RUN, AgsEnvelopeChannelRunClass))


AGS_ENVELOPE_CHANNEL_RUN_GET_CLASS()

#define AGS_ENVELOPE_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ENVELOPE_CHANNEL_RUN, AgsEnvelopeChannelRunClass))


AGS_IS_ENVELOPE_CHANNEL_RUN()

#define AGS_IS_ENVELOPE_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ENVELOPE_CHANNEL_RUN))


AGS_IS_ENVELOPE_CHANNEL_RUN_CLASS()

#define AGS_IS_ENVELOPE_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ENVELOPE_CHANNEL_RUN))


ags_envelope_channel_run_get_type ()

GType
ags_envelope_channel_run_get_type ();

Types and Values

AGS_TYPE_ENVELOPE_CHANNEL_RUN

#define AGS_TYPE_ENVELOPE_CHANNEL_RUN                (ags_envelope_channel_run_get_type())


struct AgsEnvelopeChannelRun

struct AgsEnvelopeChannelRun;


struct AgsEnvelopeChannelRunClass

struct AgsEnvelopeChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};