@kontext21/k21 / CaptureConfig
Interface: CaptureConfig
Defined in: types.ts:3 Configuration options for screen captureProperties
duration?
Defined in: types.ts:7 Total duration of capture in seconds. Default: 10optionalduration:number
fps?
Defined in: types.ts:5 Frames per second for capture. Default: 1optionalfps:number
saveScreenshotTo?
Defined in: types.ts:9 Path where screenshots should be saved. If not provided, screenshots won’t be savedoptionalsaveScreenshotTo:string
saveVideoTo?
Defined in: types.ts:11 Path where video should be saved. If not provided, video won’t be savedoptionalsaveVideoTo:string
videoChunkDuration?
Defined in: types.ts:13 Duration of each video chunk in seconds. Default: 60optionalvideoChunkDuration:number