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
The corresponding grid parameters object.
height
Video frame's height.
left
Video frame's left margin.
priority
Video frame's priority.
top
Video frame's top margin.
width
Video frame's width.