add_video_frame method
Contents
[
Hide
]add_video_frame
Adds a new video frame to the end of a collection.
Returns
Created VideoFrame object.
def add_video_frame(self, x, y, width, height, fname):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new video frame. |
y | float | Y coordinate of a new video frame. |
width | float | Width of a new video frame. |
height | float | Height of a new video frame. |
fname | str | Video file name. |
add_video_frame
Adds a new video frame to the end of a collection.
Returns
Created VideoFrame object.
def add_video_frame(self, x, y, width, height, video):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new video frame. |
y | float | Y coordinate of a new video frame. |
width | float | Width of a new video frame. |
height | float | Height of a new video frame. |
video | IVideo | Video to add. |
See Also
- class
IVideo
- class
IVideoFrame
- class
ShapeCollection
- module
aspose.slides
- library
Aspose.Slides