addVideoFrame
Contents
[
Hide
]addVideoFrame(float x, float y, float width, float height, String fname) method
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. |
Returns
addVideoFrame(float x, float y, float width, float height, Video video) method
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. |