MonitorCaptureSource
Electron APIs / Recorder / MonitorCaptureSource
Information about a display (monitor) capture source configuration.
Extends the base CaptureSource with a fixed type of 'Display'
and detailed settings for capturing a specific monitor.
Extends
Properties
Property | Modifier | Type | Description | Overrides |
---|---|---|---|---|
properties | readonly | MonitorCaptureSourceSettings | Settings and options specific to capturing a display monitor. Includes options such as monitor ID, capture method (e.g., DXGI, BitBlt), cursor capture, SDR forcing, and more. See MonitorCaptureSourceSettings | CaptureSource .properties |
type | readonly | "Display" | The capture source type. Always set to 'Display' for this interface. | CaptureSource .type |