Skip to main content

DisplayCaptureType

Electron APIs / recorder / DisplayCaptureType

type DisplayCaptureType = "Auto" | "DXGI" | "BitBlt" | "WGC";

Available methods for capturing the display in screen recording or streaming.

These values determine the underlying capture technology used for grabbing screen content. Selection may depend on hardware support, performance, or compatibility.

Example

const captureType: DisplayCaptureType = "DXGI";