Poppler.Movie¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Poppler.Movie(**kwargs)¶
- Bases:
- Abstract:
No
- get_aspect(width, height)¶
- Parameters:
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.
New in version 0.89.
- get_duration()¶
- Returns:
the duration of the movie playback (in ns)
- Return type:
Returns the duration of the movie playback
New in version 0.80.
- get_filename()¶
- Returns:
a local filename, return value is owned by
Poppler.Movie
and should not be freed- Return type:
Returns the local filename identifying a self-describing movie file
New in version 0.14.
- get_play_mode()¶
- Returns:
- Return type:
Returns the play mode of self.
New in version 0.54.
- get_rate()¶
- Returns:
the relative speed of the movie (1 means no change)
- Return type:
Returns the relative speed of the movie
New in version 0.80.
- get_rotation_angle()¶
- Returns:
the number of degrees the movie should be rotated (positive, multiples of 90: 0, 90, 180, 270)
- Return type:
Returns the rotation angle
New in version 0.80.
- get_start()¶
- Returns:
the start position of the movie playback (in ns)
- Return type:
Returns the start position of the movie playback
New in version 0.80.
- get_volume()¶
- Returns:
volume setting for the movie (0.0 - 1.0)
- Return type:
Returns the playback audio volume
New in version 0.80.
- is_synchronous()¶
-
Returns whether the user must wait for the movie to be finished before the PDF viewer accepts any interactive action
New in version 0.80.
- need_poster()¶
-
Returns whether a poster image representing the Movie shall be displayed. The poster image must be retrieved from the movie file.
New in version 0.14.