insert_video_frame method
insert_video_frame
Creates a new video frame and inserts it to a collection at the specified index.
Returns
Created VideoFrame object.
def insert_video_frame(self, index, x, y, width, height, fname):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which video frame should be inserted. |
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. |
See Also
- class
IShapeCollection
- class
IVideoFrame
- module
aspose.slides
- library
Aspose.Slides