BMoviePlayer

BMoviePlayer — a BModule that implements a BMovie player

Synopsis




struct      BMoviePlayer;

Object Hierarchy


  GObject
   +----BModule
         +----BMoviePlayer

Properties


  "clear"                gboolean             : Write / Construct
  "h-align"              gdouble              : Write / Construct
  "movie"                BFilename            : Write / Construct
  "reverse"              gboolean             : Write / Construct
  "v-align"              gdouble              : Write / Construct

Description

Details

struct BMoviePlayer

struct BMoviePlayer;

The BMoviePlayer struct is considered private.

Properties

"clear" (gboolean : Write / Construct)

Clear the screen before starting.

"h-align" (gdouble : Write / Construct)

Horizontal alignment on the screen.

"movie" (BFilename : Write / Construct)

The filename of the movie to play.

"reverse" (gboolean : Write / Construct)

Allows to play the movie backwards.

"v-align" (gdouble : Write / Construct)

Vertical alignment on the screen.