addVideoFrame

addVideoFrame(float x, float y, float width, float height, String fname) method

Adds a new video frame to the end of a collection.

Parameters

NameTypeDescription
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


addVideoFrame(float x, float y, float width, float height, Video video) method

Adds a new video frame to the end of a collection.

Parameters

NameTypeDescription
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.
videoVideoVideo to add.

Returns

VideoFrame