insertVideoFrame

insertVideoFrame(int index, float x, float y, float width, float height, String fname) method

Creates a new video frame and inserts it to a collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which video frame should be inserted.
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
fnameStringVideo file name.

Returns

VideoFrame