Skip to main content

GameCaptureSource

Electron APIs / Recorder / GameCaptureSource

Information about a game-specific capture source configuration.

Extends the base CaptureSource with a fixed type of 'Game' and specialized properties for capturing game windows or processes.

Extends

Properties

PropertyModifierTypeDescriptionOverrides
propertiesreadonlyGameCaptureSourceSettingsSettings and options specific to capturing a game. Includes options like process identification, capture transparency, overlay capture, framerate limits, and more. See GameCaptureSourceSettingsCaptureSource.properties
typereadonly"Game"The capture source type. Always set to 'Game' for this interface.CaptureSource.type