StreamChaosMonkeySettings interface
The settings for a Chaos Monkey see: NorskTransform.streamChaosMonkey()
Signature:
export interface StreamChaosMonkeySettings extends ProcessorNodeSettings<StreamChaosMonkeyNode>
Extends: ProcessorNodeSettings<StreamChaosMonkeyNode>
Properties
Property | Type | Description |
---|---|---|
(Optional) Optional configuration to drop frames from a stream leaving this undefined means don’t drop any frames |
||
number |
(Optional) Introduce random jitter |
|
{ frequency: number; duration: number; } |
(Optional) Periodically output a null context and start dropping frames for a specified interval NB: This will automatically reset should a new context arrive while dropping frames |