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