WindowCaptureSource
Electron APIs / Recorder / WindowCaptureSource
Window-based capture source configuration.
Extends CaptureSource with the 'Window'
type and
configuration options for capturing a specific application window.
Extends
Properties
Property | Modifier | Type | Description | Overrides |
---|---|---|---|---|
properties | readonly | WindowCaptureSourceSettings | Configuration settings for window capture. Includes executable name, capture method (e.g., WGC or BitBlt), cursor capture, SDR mode, and compatibility options. See WindowCaptureSourceSettings | CaptureSource .properties |
type | readonly | "Window" | The capture source type. Always set to 'Window' for this interface. | CaptureSource .type |