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

# XAppCaptureVideoCaptureSettings

> XAppCaptureVideoCaptureSettings

# XAppCaptureVideoCaptureSettings

GameDVR ビデオ キャプチャの設定。[XAppCaptureGetVideoCaptureSettings](/reference/system/xappcapture/functions/xappcapturegetvideocapturesettings) の呼び出しによって取得されます。

## Syntax

```cpp theme={null}
struct XAppCaptureVideoCaptureSettings {
  uint32_t width;
  uint32_t height;
  uint64_t maxRecordTimespanDurationInMs;
  XAppCaptureVideoEncoding encoding;
  XAppCaptureVideoColorFormat colorFormat;
  bool isCaptureByGamesAllowed;
}
```

## Members

*width*\
型: uint32\_t

録画の幅。

*height*\
型: uint32\_t

録画の高さ。

*maxRecordTimespanDurationInMs*\
型: uint64\_t

最大録画時間 (ミリ秒単位)。

*encoding*\
型: XAppCaptureVideoEncoding

録画のエンコード。

*colorFormat*\
型: XAppCaptureVideoColorFormat

録画のカラー形式。

*isCaptureByGamesAllowed*\
型: bool

ゲームによる録画の取得が許可されているかどうかを示します。

## Requirements

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

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

## See also

[XAppCapture members](/reference/system/xappcapture/xappcapture_members)


## Related topics

- [XAppCaptureGetVideoCaptureSettings](/ja-jp/reference/system/xappcapture/functions/xappcapturegetvideocapturesettings.md)
- [XAppCapture](/ja-jp/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureVideoEncoding](/ja-jp/reference/system/xappcapture/enums/xappcapturevideoencoding.md)
- [XAppCaptureVideoColorFormat](/ja-jp/reference/system/xappcapture/enums/xappcapturevideocolorformat.md)
- [XAppCaptureUserRecordingResult](/ja-jp/reference/system/xappcapture/structs/xappcaptureuserrecordingresult.md)
