CaptureSource
Electron APIs / Recorder / CaptureSource
Information about a generic capture source configuration, used for identifying and configuring a video capture input such as a display, game, or application window.
Extended by
Properties
Property | Modifier | Type | Description |
---|---|---|---|
properties | readonly | any | The configuration properties specific to the capture source. This may include source-specific settings such as resolution, cursor visibility, capture method, and more, depending on the selected source type. |
type | readonly | CaptureSourceType | The type of capture source. Indicates the origin of the capture, such as 'Display' , 'Game' , or 'Window' . |