AgsInlinePlayer
struct AgsInlinePlayer; struct AgsInlinePlayerClass; AgsInlinePlayer * ags_inline_player_new ();
struct AgsInlinePlayer { GtkHBox vbox; AgsPlayable *playable; GtkToggleButton *play; GtkHScale *position; GtkVolumeButton *volume; };
struct AgsInlinePlayerClass { GtkHBoxClass vbox; };
AgsInlinePlayer * ags_inline_player_new ();