Type alias DesktopIndependentWindowSchema
DesktopIndependentWindowSchema: DesktopIndependentWindowSchemaBase & {
output?: "singleFile";
filename?: string;
} | DesktopIndependentWindowSchemaBase & {
output: "segmented";
filenamePrefix?: string;
segmentCallback?: ((url) => void);
}
Creates a recorder item that records a single window, following it across the desktop independently of what is drawn on screen (the window can be moved or partially off-screen and is still captured in full). Output is stored in a RecordKit bundle.