AgsFFPlayerInputPad

AgsFFPlayerInputPad — A composite widget to visualize a bunch of AgsChannel

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsEffectPad
                        ╰── AgsFFPlayerInputPad

Implemented Interfaces

AgsFFPlayerInputPad implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/machine/ags_ffplayer_input_pad.h>

Description

AgsFFPlayerInputPad is a composite widget to visualize one AgsChannel. It should be packed by an AgsFFPlayerInputPad.

Functions

ags_ffplayer_input_pad_new ()

AgsFFPlayerInputPad *
ags_ffplayer_input_pad_new (AgsChannel *channel);

Creates an AgsFFPlayerInputPad

Parameters

channel

the AgsChannel to visualize

 

Returns

a new AgsFFPlayerInputPad

Since: 3.0.0


AGS_FFPLAYER_INPUT_PAD()

#define AGS_FFPLAYER_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPad))

AGS_FFPLAYER_INPUT_PAD_CLASS()

#define AGS_FFPLAYER_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))

AGS_FFPLAYER_INPUT_PAD_GET_CLASS()

#define AGS_FFPLAYER_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))

AGS_IS_FFPLAYER_INPUT_PAD()

#define AGS_IS_FFPLAYER_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_PAD))

AGS_IS_FFPLAYER_INPUT_PAD_CLASS()

#define AGS_IS_FFPLAYER_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FFPLAYER_INPUT_PAD))

ags_ffplayer_input_pad_get_type ()

GType
ags_ffplayer_input_pad_get_type (void);

Types and Values

AGS_TYPE_FFPLAYER_INPUT_PAD

#define AGS_TYPE_FFPLAYER_INPUT_PAD                (ags_ffplayer_input_pad_get_type())

struct AgsFFPlayerInputPad

struct AgsFFPlayerInputPad;

struct AgsFFPlayerInputPadClass

struct AgsFFPlayerInputPadClass {
  AgsEffectPadClass effect_pad;
};