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
Property | Modifier | Type | Description | Overrides |
---|---|---|---|---|
properties | readonly | GameCaptureSourceSettings | Settings and options specific to capturing a game. Includes options like process identification, capture transparency, overlay capture, framerate limits, and more. See GameCaptureSourceSettings | CaptureSource .properties |
type | readonly | "Game" | The capture source type. Always set to 'Game' for this interface. | CaptureSource .type |