Rate this page:

RecorderGridDefinition

An object specifying grid parameters. Can be passed via the RecorderDrawArea.grid parameter.
Add the following line to your scenario code to use the interface:

require(Modules.Recorder);

Props

colCount

Copy URL
colCount: 

number

Number of columns in the grid.

fromCount

Copy URL
fromCount: 

number

Minimum video frames for the grid.

rowCount

Copy URL
rowCount: 

number

Number of rows in the grid.

toCount

Copy URL
toCount: 

number

|

undefined

Maximum video frames for the grid.