krähemann.com

AgsMixerInputLine

AgsMixerInputLine — mixer input line

Stability Level

Stable, unless otherwise indicated

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsLine
                    ╰── AgsMixerInputLine

Implemented Interfaces

AgsMixerInputLine implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.

Includes

#include <ags/app/machine/ags_mixer_input_line.h>

Description

The AgsMixerInputLine is a composite widget to act as mixer input line.

Functions

ags_mixer_input_line_new ()

AgsMixerInputLine *
ags_mixer_input_line_new (AgsChannel *channel);

Create a new instance of AgsMixerInputLine

Parameters

channel

the assigned channel

 

Returns

the new AgsMixerInputLine

Since: 3.0.0


AGS_IS_MIXER_INPUT_LINE()

#define AGS_IS_MIXER_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIXER_INPUT_LINE))

AGS_IS_MIXER_INPUT_LINE_CLASS()

#define AGS_IS_MIXER_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIXER_INPUT_LINE))

AGS_MIXER_INPUT_LINE()

#define AGS_MIXER_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLine))

AGS_MIXER_INPUT_LINE_CLASS()

#define AGS_MIXER_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLineClass))

AGS_MIXER_INPUT_LINE_GET_CLASS()

#define AGS_MIXER_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLineClass))

ags_mixer_input_line_get_type ()

GType
ags_mixer_input_line_get_type ();

Types and Values

AGS_TYPE_MIXER_INPUT_LINE

#define AGS_TYPE_MIXER_INPUT_LINE                (ags_mixer_input_line_get_type())

struct AgsMixerInputLine

struct AgsMixerInputLine;

struct AgsMixerInputLineClass

struct AgsMixerInputLineClass {
  AgsLineClass line;
};