Top |
void | poppler_movie_get_aspect () |
guint64 | poppler_movie_get_duration () |
const gchar * | poppler_movie_get_filename () |
PopplerMoviePlayMode | poppler_movie_get_play_mode () |
gdouble | poppler_movie_get_rate () |
gushort | poppler_movie_get_rotation_angle () |
guint64 | poppler_movie_get_start () |
gdouble | poppler_movie_get_volume () |
gboolean | poppler_movie_is_synchronous () |
gboolean | poppler_movie_need_poster () |
gboolean | poppler_movie_show_controls () |
void poppler_movie_get_aspect (PopplerMovie *poppler_movie
,gint *width
,gint *height
);
Returns the dimensions of the movie's bounding box (in pixels). The respective PDF movie dictionary entry is optional; if missing, -1x-1 will be returned.
poppler_movie |
||
width |
width of the movie's bounding box |
|
height |
height of the movie's bounding box |
Since: 0.89
guint64
poppler_movie_get_duration (PopplerMovie *poppler_movie
);
Returns the duration of the movie playback
Since: 0.80
const gchar *
poppler_movie_get_filename (PopplerMovie *poppler_movie
);
Returns the local filename identifying a self-describing movie file
Since: 0.14
PopplerMoviePlayMode
poppler_movie_get_play_mode (PopplerMovie *poppler_movie
);
Returns the play mode of poppler_movie
.
Since: 0.54
gdouble
poppler_movie_get_rate (PopplerMovie *poppler_movie
);
Returns the relative speed of the movie
Since: 0.80
gushort
poppler_movie_get_rotation_angle (PopplerMovie *poppler_movie
);
Returns the rotation angle
the number of degrees the movie should be rotated (positive, multiples of 90: 0, 90, 180, 270)
Since: 0.80
guint64
poppler_movie_get_start (PopplerMovie *poppler_movie
);
Returns the start position of the movie playback
Since: 0.80
gdouble
poppler_movie_get_volume (PopplerMovie *poppler_movie
);
Returns the playback audio volume
Since: 0.80
gboolean
poppler_movie_is_synchronous (PopplerMovie *poppler_movie
);
Returns whether the user must wait for the movie to be finished before the PDF viewer accepts any interactive action
Since: 0.80
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
gboolean
poppler_movie_show_controls (PopplerMovie *poppler_movie
);
Returns whether to display a movie controller bar while playing the movie
Since: 0.14
Play mode enum values.
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