Class: Poppler::Movie
- Inherits:
-
Object
- Object
- Poppler::Movie
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#duration ⇒ Integer
Returns the duration of the movie playback.
-
#filename ⇒ String
Returns the local filename identifying a self-describing movie file.
-
#get_aspect(width, height) ⇒ nil
Returns the dimensions of the movie's bounding box (in pixels).
-
#is_synchronous ⇒ Boolean
Returns whether the user must wait for the movie to be finished before the PDF viewer accepts any interactive action.
-
#need_poster ⇒ Boolean
Returns whether a poster image representing the Movie shall be displayed.
-
#play_mode ⇒ Poppler::MoviePlayMode
Returns the play mode of poppler_movie.
-
#rate ⇒ Float
Returns the relative speed of the movie.
-
#rotation_angle ⇒ Poppler::gushort
Returns the rotation angle multiples of 90: 0, 90, 180, 270).
-
#show_controls ⇒ Boolean
Returns whether to display a movie controller bar while playing the movie.
-
#start ⇒ Integer
Returns the start position of the movie playback.
-
#volume ⇒ Float
Returns the playback audio volume.
Instance Method Details
#duration ⇒ Integer
Returns the duration of the movie playback
#filename ⇒ String
Returns the local filename identifying a self-describing movie file
#get_aspect(width, height) ⇒ nil
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.
#is_synchronous ⇒ Boolean
Returns whether the user must wait for the movie to be finished before the PDF viewer accepts any interactive action
#need_poster ⇒ Boolean
Returns whether a poster image representing the Movie shall be displayed. The poster image must be retrieved from the movie file.
#play_mode ⇒ Poppler::MoviePlayMode
Returns the play mode of poppler_movie.
#rate ⇒ Float
Returns the relative speed of the movie
#rotation_angle ⇒ Poppler::gushort
Returns the rotation angle multiples of 90: 0, 90, 180, 270)
#show_controls ⇒ Boolean
Returns whether to display a movie controller bar while playing the movie
#start ⇒ Integer
Returns the start position of the movie playback
#volume ⇒ Float
Returns the playback audio volume