Top | ![]() |
![]() |
![]() |
![]() |
Functions
AgsFFPlayerBridge * | ags_ffplayer_bridge_new () |
#define | AGS_FFPLAYER_BRIDGE() |
#define | AGS_FFPLAYER_BRIDGE_CLASS() |
#define | AGS_FFPLAYER_BRIDGE_GET_CLASS() |
#define | AGS_IS_FFPLAYER_BRIDGE() |
#define | AGS_IS_FFPLAYER_BRIDGE_CLASS() |
|
ags_ffplayer_bridge_get_type () |
Types and Values
#define | AGS_TYPE_FFPLAYER_BRIDGE |
struct | AgsFFPlayerBridge |
struct | AgsFFPlayerBridgeClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkGrid ╰── AgsEffectBridge ╰── AgsFFPlayerBridge
Implemented Interfaces
AgsFFPlayerBridge implements
Description
AgsFFPlayerBridge is a composite widget to visualize all
Functions
ags_ffplayer_bridge_new ()
AgsFFPlayerBridge *
ags_ffplayer_bridge_new (AgsAudio *audio
);
Creates an AgsFFPlayerBridge
Since:
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))