ImageCaptureSource
Electron APIs / recorder / ImageCaptureSource
Image-based capture source configuration.
Extends CaptureSource with the 'Image' type and
configuration options for capturing a static image file.
Extends
Properties
| Property | Modifier | Type | Description | Overrides |
|---|---|---|---|---|
name? | readonly | string | Optional name for the capture source. Can be used later for setting transform properties. | - |
properties | readonly | ImageCaptureSourceSettings | Configuration settings for image capture. Includes file path. See ImageCaptureSourceSettings | CaptureSource.properties |
type | readonly | "Image" | The capture source type. Always set to 'Image' for this interface. | CaptureSource.type |