addVideoFrame
Contents
[
Hide
]addVideoFrame(float x, float y, float width, float height, String fname) function
Adds a new video frame to the end of a collection.
Parameters
Name | 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 | String | Video file name. |
Result
addVideoFrame(float x, float y, float width, float height, Video video) function
Adds a new video frame to the end of a collection.
Parameters
Name | 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 | Video | Video to add. |