PresentationEnumerableFramesGenerator constructor
init(self, presentation, fps)
Creates new instance of the PresentationPlayer.
def __init__(self, presentation, fps):
...
| Parameter | Type | Description |
|---|---|---|
| presentation | Presentation | Presentation |
| fps | float | Frames per second (FPS) |
init(self, frame_size, fps)
Creates new instance of the PresentationPlayer.
def __init__(self, frame_size, fps):
...
| Parameter | Type | Description |
|---|---|---|
| frame_size | Size | The frame size |
| fps | float | Frames per second (FPS) |
See Also
- class
Presentation - class
PresentationEnumerableFramesGenerator - class
PresentationPlayer - class
Size - module
aspose.slides.export - library
Aspose.Slides