AgsFFPlayerBridge

AgsFFPlayerBridge — A composite widget to visualize a bunch of AgsChannel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsEffectBridge
                            ╰── AgsFFPlayerBridge

Implemented Interfaces

AgsFFPlayerBridge implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

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

Description

AgsFFPlayerBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.

Functions

ags_ffplayer_bridge_new ()

AgsFFPlayerBridge *
ags_ffplayer_bridge_new (AgsAudio *audio);

Creates an AgsFFPlayerBridge

Parameters

audio

the AgsAudio to visualize

 

Returns

a new AgsFFPlayerBridge

Since: 3.0.0


AGS_FFPLAYER_BRIDGE()

#define AGS_FFPLAYER_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridge))

AGS_FFPLAYER_BRIDGE_CLASS()

#define AGS_FFPLAYER_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))

AGS_FFPLAYER_BRIDGE_GET_CLASS()

#define AGS_FFPLAYER_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))

AGS_IS_FFPLAYER_BRIDGE()

#define AGS_IS_FFPLAYER_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_BRIDGE))

AGS_IS_FFPLAYER_BRIDGE_CLASS()

#define AGS_IS_FFPLAYER_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FFPLAYER_BRIDGE))

ags_ffplayer_bridge_get_type ()

GType
ags_ffplayer_bridge_get_type (void);

Types and Values

AGS_TYPE_FFPLAYER_BRIDGE

#define AGS_TYPE_FFPLAYER_BRIDGE                (ags_ffplayer_bridge_get_type())

struct AgsFFPlayerBridge

struct AgsFFPlayerBridge;

struct AgsFFPlayerBridgeClass

struct AgsFFPlayerBridgeClass {
  AgsEffectBridgeClass effect_bridge;
};