![]() |
![]() |
![]() |
Poppler Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <poppler.h> PopplerMovie; const gchar * poppler_movie_get_filename (PopplerMovie *poppler_movie
); gboolean poppler_movie_need_poster (PopplerMovie *poppler_movie
); gboolean poppler_movie_show_controls (PopplerMovie *poppler_movie
);
const gchar * poppler_movie_get_filename (PopplerMovie *poppler_movie
);
Returns the local filename identifying a self-describing movie file
|
a PopplerMovie |
Returns : |
a local filename, return value is owned by PopplerMovie and should not be freed |
Since 0.14
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.
|
a PopplerMovie |
Returns : |
TRUE if move needs a poster image, FALSE otherwise |
Since 0.14
gboolean poppler_movie_show_controls (PopplerMovie *poppler_movie
);
Returns whether to display a movie controller bar while playing the movie
|
a PopplerMovie |
Returns : |
TRUE if controller bar should be displayed, FALSE otherwise |
Since 0.14