Top | ![]() |
![]() |
![]() |
![]() |
AgsInlinePlayer * | ags_inline_player_new () |
#define | AGS_INLINE_PLAYER() |
#define | AGS_INLINE_PLAYER_CLASS() |
#define | AGS_INLINE_PLAYER_GET_CLASS() |
#define | AGS_IS_INLINE_PLAYER() |
GType | ags_inline_player_get_type () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsInlinePlayer
AgsInlinePlayer implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
#define AGS_INLINE_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayer))
#define AGS_INLINE_PLAYER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
#define AGS_INLINE_PLAYER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
#define AGS_IS_INLINE_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INLINE_PLAYER))
“sound-resource”
property“sound-resource” GObject *
The AgsSoundResource to use within the AgsInlinePlayer.
Flags: Read / Write