krähemann.com

AgsFFPlayerInputLine

AgsFFPlayerInputLine — A composite widget to visualize a bunch of AgsChannel

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsEffectLine
                            ╰── AgsFFPlayerInputLine

Implemented Interfaces

AgsFFPlayerInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

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

Description

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

Functions

ags_ffplayer_input_line_new ()

AgsFFPlayerInputLine *
ags_ffplayer_input_line_new (AgsChannel *channel);

Creates an AgsFFPlayerInputLine

Parameters

channel

the AgsChannel to visualize

 

Returns

a new AgsFFPlayerInputLine

Since: 3.0.0


AGS_FFPLAYER_INPUT_LINE()

#define AGS_FFPLAYER_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLine))

AGS_FFPLAYER_INPUT_LINE_CLASS()

#define AGS_FFPLAYER_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))

AGS_FFPLAYER_INPUT_LINE_GET_CLASS()

#define AGS_FFPLAYER_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))

AGS_IS_FFPLAYER_INPUT_LINE()

#define AGS_IS_FFPLAYER_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_LINE))

AGS_IS_FFPLAYER_INPUT_LINE_CLASS()

#define AGS_IS_FFPLAYER_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FFPLAYER_INPUT_LINE))

ags_ffplayer_input_line_get_type ()

GType
ags_ffplayer_input_line_get_type (void);

Types and Values

AGS_TYPE_FFPLAYER_INPUT_LINE

#define AGS_TYPE_FFPLAYER_INPUT_LINE                (ags_ffplayer_input_line_get_type())

struct AgsFFPlayerInputLine

struct AgsFFPlayerInputLine;

struct AgsFFPlayerInputLineClass

struct AgsFFPlayerInputLineClass {
  AgsEffectLineClass effect_line;
};