AgsInlinePlayer

AgsInlinePlayer

Synopsis

struct              AgsInlinePlayer;
struct              AgsInlinePlayerClass;
AgsInlinePlayer *   ags_inline_player_new               ();

Description

Details

struct AgsInlinePlayer

struct AgsInlinePlayer {
  GtkHBox vbox;

  AgsPlayable *playable;

  GtkToggleButton *play;
  GtkHScale *position;
  GtkVolumeButton *volume;
};

struct AgsInlinePlayerClass

struct AgsInlinePlayerClass {
  GtkHBoxClass vbox;
};

ags_inline_player_new ()

AgsInlinePlayer *   ags_inline_player_new               ();