Rate this page:

RecorderDrawArea

An object that specifies video frame parameters. Can be passed via the RecorderVideoParameters.layoutSettings and UpdateRecorderVideoParameters.layoutSettings parameter.
Add the following line to your scenario code to use the interface:

require(Modules.Recorder);

Props

grid

Copy URL

The corresponding grid parameters object.

height

Copy URL

Video frame's height.

left

Copy URL

Video frame's left margin.

priority

Copy URL

Video frame's priority.

top

Copy URL

Video frame's top margin.

width

Copy URL

Video frame's width.