| Top |
AgsFFPlayerInputPadAgsFFPlayerInputPad — A composite widget to visualize a bunch of AgsChannel |
| AgsFFPlayerInputPad * | ags_ffplayer_input_pad_new () |
| #define | AGS_FFPLAYER_INPUT_PAD() |
| #define | AGS_FFPLAYER_INPUT_PAD_CLASS() |
| #define | AGS_FFPLAYER_INPUT_PAD_GET_CLASS() |
| #define | AGS_IS_FFPLAYER_INPUT_PAD() |
| GType | ags_ffplayer_input_pad_get_type () |
| #define | AGS_TYPE_FFPLAYER_INPUT_PAD |
| struct | AgsFFPlayerInputPad |
| struct | AgsFFPlayerInputPadClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsEffectPad
╰── AgsFFPlayerInputPad
AgsFFPlayerInputPad implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsFFPlayerInputPad is a composite widget to visualize one AgsChannel. It should be packed by an AgsFFPlayerInputPad.
AgsFFPlayerInputPad *
ags_ffplayer_input_pad_new (AgsChannel *channel);
Creates an AgsFFPlayerInputPad
Since: 1.0.0
#define AGS_FFPLAYER_INPUT_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPad))
#define AGS_FFPLAYER_INPUT_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))
#define AGS_FFPLAYER_INPUT_PAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))
#define AGS_IS_FFPLAYER_INPUT_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_PAD))