Top | ![]() |
![]() |
![]() |
![]() |
AgsFFPlayerBridgeAgsFFPlayerBridge — A composite widget to visualize a bunch of AgsChannel |
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() |
GType | ags_ffplayer_bridge_get_type () |
#define | AGS_TYPE_FFPLAYER_BRIDGE |
struct | AgsFFPlayerBridge |
struct | AgsFFPlayerBridgeClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsEffectBridge ╰── AgsFFPlayerBridge
AgsFFPlayerBridge implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsFFPlayerBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.
AgsFFPlayerBridge *
ags_ffplayer_bridge_new (AgsAudio *audio
);
Creates an AgsFFPlayerBridge
Since: 2.0.0
#define AGS_FFPLAYER_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridge))
#define AGS_FFPLAYER_BRIDGE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))
#define AGS_FFPLAYER_BRIDGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))
#define AGS_IS_FFPLAYER_BRIDGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_BRIDGE))