Skip to main content

XboxDVRInfo

Electron APIs / recorder / XboxDVRInfo

Information about the current Xbox Game DVR state on the system.

Xbox Game DVR captures game video in the background and can interfere with recording. This interface reports whether it is active and the underlying registry values that drive it.

Example

const dvr: XboxDVRInfo = {
enabled: true,
appCaptureEnabled: true,
gameDVREnabled: false,
};

Properties

| Property | Modifier | Type | Description | | -------------------------------------------------- | ---------- | --------- | ----------------------------------------------------------------------------- | --- | ----------------- | | appCaptureEnabled | readonly | boolean | The AppCaptureEnabled registry value. | | enabled | readonly | boolean | true if Xbox Game DVR is active via either capture path (appCaptureEnabled | | gameDVREnabled). | | gameDVREnabled | readonly | boolean | The GameDVR_Enabled registry value. |