AgsMixer

AgsMixer — mixer

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

#define AGS_TYPE_MIXER
struct AgsMixer
struct AgsMixerClass

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsMachine
                    ╰── AgsMixer

Implemented Interfaces

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

Includes

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

Description

The AgsMixer is a composite widget to act as mixer.

Functions

ags_mixer_new ()

AgsMixer *
ags_mixer_new (GObject *soundcard);

Create a new instance of AgsMixer

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsMixer

Since: 3.0.0


AGS_IS_MIXER()

#define AGS_IS_MIXER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE(obj, AGS_TYPE_MIXER))

AGS_IS_MIXER_CLASS()

#define AGS_IS_MIXER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIXER))

AGS_MIXER()

#define AGS_MIXER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_MIXER, AgsMixer))

AGS_MIXER_CLASS()

#define AGS_MIXER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MIXER, AgsMixerClass))

AGS_MIXER_GET_CLASS()

#define AGS_MIXER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIXER, AgsMixerClass))

ags_mixer_get_type ()

GType
ags_mixer_get_type (void);

Types and Values

AGS_TYPE_MIXER

#define AGS_TYPE_MIXER                (ags_mixer_get_type())

struct AgsMixer

struct AgsMixer;

struct AgsMixerClass

struct AgsMixerClass {
  AgsMachineClass machine;
};