Skip to main content

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

PropertyModifierTypeDescription
propertiesreadonlyanyThe 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.
typereadonlyCaptureSourceTypeThe type of capture source. Indicates the origin of the capture, such as 'Display', 'Game', or 'Window'.