> ## 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.

# XAppCaptureVideoColorFormat

> XAppCaptureVideoColorFormat

# XAppCaptureVideoColorFormat

GameDVR 録画で使用されるカラー フォーマットです。

## 構文

```cpp theme={null}
enum XAppCaptureVideoColorFormat
{
  SDR = 0,
  HDR = 1
}
```

## 定数

| 定数  | 説明             |
| --- | -------------- |
| SDR | 標準ダイナミック レンジ。  |
| HDR | ハイ ダイナミック レンジ。 |

## 要件

**ヘッダー:** XAppCapture.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体、XBOX Series 本体

## 関連項目

[XAppCapture メンバー](/reference/system/xappcapture/xappcapture_members)


## Related topics

- [XAppCaptureVideoCaptureSettings](/ja-jp/reference/system/xappcapture/structs/xappcapturevideocapturesettings.md)
- [XAppCaptureUserRecordingResult](/ja-jp/reference/system/xappcapture/structs/xappcaptureuserrecordingresult.md)
- [XAppCapture](/ja-jp/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureLocalResult](/ja-jp/reference/system/xappcapture/structs/xappcapturelocalresult.md)
- [XAppCaptureVideoEncoding](/ja-jp/reference/system/xappcapture/enums/xappcapturevideoencoding.md)
