IGenvidConfig

class genvidConfig.IGenvidConfig()

Global Configuration interface.

New in version 1.16.0.

Properties

genvidConfig.IGenvidConfig.console

A console used for logging.

Default to the standard console.

Type: Console

genvidConfig.IGenvidConfig.framePerSeconds

Number of time per second the onDraw() is checked.

Default is 30.

Type: number

genvidConfig.IGenvidConfig.websocketConnectionTimeout

Timeout in seconds before the websocket open get a timeout.

Default to 30 seconds.

Type: number