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

# XAppCaptureVideoEncoding

> XAppCaptureVideoEncoding

# XAppCaptureVideoEncoding

ビデオ キャプチャのビデオ エンコード タイプを決定します。

## 構文

```cpp theme={null}
enum class XAppCaptureVideoEncoding  : uint8_t  
{  
    H264 = 0,  
    HEVC = 1  
}  
```

## 定数

| 定数   | 説明                                                                   |
| ---- | -------------------------------------------------------------------- |
| H264 | H.264 ビデオ エンコーディング (MPEG-4 AVC としても知られています)                          |
| HEVC | H.265 ビデオ エンコーディング (High Efficiency Video Coding (HEVC) としても知られています) |

## 解説

[XAppCaptureRecordClipResult](/reference/system/xappcapture/structs/xappcapturerecordclipresult) のメンバーです。 H.264 (AVC - Advanced Video Coding としても知られる) は、デジタル ビデオ コンテンツの録画、圧縮、および配信を可能にするビデオ圧縮の業界標準です。 H.265 (HEVC - High Efficiency Video Coding としても知られる) はより高度なバージョンであり、ファイル サイズをさらに削減できるため、ストリーミングに必要な帯域幅を削減できます。

## 要件

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

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

## 関連項目

[GameDVR の概要](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture メンバー](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureRecordClipResult](/reference/system/xappcapture/structs/xappcapturerecordclipresult)


## 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)
- [XAppCaptureRecordClipResult](/ja-jp/reference/system/xappcapture/structs/xappcapturerecordclipresult.md)
- [XAppCaptureLocalResult](/ja-jp/reference/system/xappcapture/structs/xappcapturelocalresult.md)
