AgsFFPlayerInputPad

AgsFFPlayerInputPad — A composite widget to visualize a bunch of AgsChannel

Functions

Object Hierarchy

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

Implemented Interfaces

AgsFFPlayerInputPad implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/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: 0.4

Types and Values