Top | ![]() |
![]() |
![]() |
![]() |
AgsFFPlayerInputLineAgsFFPlayerInputLine — A composite widget to visualize a bunch of AgsChannel |
AgsFFPlayerInputLine * | ags_ffplayer_input_line_new () |
#define | AGS_FFPLAYER_INPUT_LINE() |
#define | AGS_FFPLAYER_INPUT_LINE_CLASS() |
#define | AGS_FFPLAYER_INPUT_LINE_GET_CLASS() |
#define | AGS_IS_FFPLAYER_INPUT_LINE() |
GType | ags_ffplayer_input_line_get_type () |
#define | AGS_TYPE_FFPLAYER_INPUT_LINE |
struct | AgsFFPlayerInputLine |
struct | AgsFFPlayerInputLineClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsEffectLine ╰── AgsFFPlayerInputLine
AgsFFPlayerInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsFFPlayerInputLine is a composite widget to visualize one AgsChannel. It should be packed by an AgsFFPlayerInputLine.
AgsFFPlayerInputLine *
ags_ffplayer_input_line_new (AgsChannel *channel
);
Creates an AgsFFPlayerInputLine
Since: 2.0.0
#define AGS_FFPLAYER_INPUT_LINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLine))
#define AGS_FFPLAYER_INPUT_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))
#define AGS_FFPLAYER_INPUT_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))
#define AGS_IS_FFPLAYER_INPUT_LINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_LINE))