XAppCaptureScreenshotFormatFlag
Determines the definition quality of the screenshot capture.
Syntax
enum class XAppCaptureScreenshotFormatFlag : uint16_t
{
SDR = 1,
HDR = 2
}
Constants
Constant | Description |
---|---|
SDR | Setting this flag will capture a screenshot in SDR. |
HDR | Setting this flag will capture a screenshot in HDR. |
Remarks
You may set one or both of the flags to designate a screenshot capture format. In the event that you set both you will receive two different captures. You may only set the HDR flag if the game is running in HDR.
This enum represents the option flags for XAppCaptureTakeDiagnosticScreenshot.
Requirements
Header: XAppCapture.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
GameDVR Overview
XAppCapture Members
XAppCaptureTakeDiagnosticScreenshot