insertVideoFrame
insertVideoFrame(int index, float x, float y, float width, float height, String fname) function
Creates a new video frame and inserts it to a collection at the specified index.
Parameters
| Name | 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 | String | Video file name. |