> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XAppCaptureScreenshotFormatFlag

> XAppCaptureScreenshotFormatFlag

# XAppCaptureScreenshotFormatFlag

스크린샷 캡처의 화질을 결정합니다.

## 구문

```cpp theme={null}
enum class XAppCaptureScreenshotFormatFlag  : uint16_t  
{  
    SDR = 1,  
    HDR = 2  
}  
```

## 상수

| 상수  | 설명                            |
| --- | ----------------------------- |
| SDR | 이 플래그를 설정하면 SDR로 스크린샷을 캡처합니다. |
| HDR | 이 플래그를 설정하면 HDR로 스크린샷을 캡처합니다. |

## 설명

스크린샷 캡처 형식을 지정하기 위해 두 플래그 중 하나 또는 둘 모두를 설정할 수 있습니다. 둘 다 설정하면 두 개의 다른 캡처를 받습니다. HDR 플래그는 게임이 HDR로 실행 중인 경우에만 설정할 수 있습니다.

이 열거형은 [XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)의 옵션 플래그를 나타냅니다.

## 요구 사항

**헤더:** XAppCapture.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 함께 보기

[GameDVR 개요](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture 멤버](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)


## Related topics

- [XAppCaptureTakeDiagnosticScreenshot](/ko/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot.md)
- [XAppCaptureTakeScreenshotResult](/ko/reference/system/xappcapture/structs/xappcapturetakescreenshotresult.md)
- [XAppCaptureOpenScreenshotStream](/ko/reference/system/xappcapture/functions/xappcaptureopenscreenshotstream.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureScreenshotStream](/ko/reference/system/xappcapture/structs/xappcapturescreenshotstream.md)
