Top |
Functions
poppler_movie_get_filename ()
const gchar *
poppler_movie_get_filename (PopplerMovie *poppler_movie
);
Returns the local filename identifying a self-describing movie file
Since: 0.14
poppler_movie_need_poster ()
gboolean
poppler_movie_need_poster (PopplerMovie *poppler_movie
);
Returns whether a poster image representing the Movie shall be displayed. The poster image must be retrieved from the movie file.
Since: 0.14
poppler_movie_show_controls ()
gboolean
poppler_movie_show_controls (PopplerMovie *poppler_movie
);
Returns whether to display a movie controller bar while playing the movie
Since: 0.14
poppler_movie_get_play_mode ()
PopplerMoviePlayMode
poppler_movie_get_play_mode (PopplerMovie *poppler_movie
);
Returns the play mode of poppler_movie
.
Since: 0.54
Types and Values
enum PopplerMoviePlayMode
Play mode enum values.
Members
the movie should be played once and controls should be closed at the end. |
||
the movie should be played once, but controls should be left open. |
||
the movie should be played in loop, until manually stopped. |
||
the movie should be played forward and backward, forward and backward, and so forth, until manually stopped. |
Since: 0.54