Type alias WindowBasedCropSchema
WindowBasedCropSchema: { type: "windowBasedCrop"; window: Window | number; shows_cursor?: boolean; mouse_events?: boolean; keyboard_events?: boolean; output?: "singleFile"; filename?: string; } | { type: "windowBasedCrop"; window: Window | number; shows_cursor?: boolean; mouse_events?: boolean; keyboard_events?: boolean; output: "segmented"; filenamePrefix?: string; segmentCallback?: ((url) => void); } Type declaration
type: "windowBasedCrop"
window: Window | number
Optional shows_cursor?: boolean
Optional mouse_events?: boolean
Optional keyboard_events?: boolean
Optional output?: "singleFile"
Optional filename?: string
Type declaration
type: "windowBasedCrop"
window: Window | number
Optional shows_cursor?: boolean
Optional mouse_events?: boolean
Optional keyboard_events?: boolean
output: "segmented"
Optional filenamePrefix?: string
Optional segmentCallback?: ((url) => void)
Creates a recorder item for recording the initial crop of a window on a display. Output is stored in a RecordKit bundle.