AgsFFPlayerInputLine

AgsFFPlayerInputLine — A composite widget to visualize a bunch of AgsChannel

Functions

Object Hierarchy

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

Implemented Interfaces

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

Includes

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

Types and Values