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

[XAppCaptureGetVideoCaptureSettings](/reference/system/xappcapture/functions/xappcapturegetvideocapturesettings) 호출에서 얻은 GameDVR 비디오 캡처 설정입니다.

## 구문

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

## 멤버

*width*\
형식: uint32\_t

녹화의 너비입니다.

*height*\
형식: uint32\_t

녹화의 높이입니다.

*maxRecordTimespanDurationInMs*\
형식: uint64\_t

최대 녹화 지속 시간(밀리초)입니다.

*encoding*\
형식: XAppCaptureVideoEncoding

녹화의 인코딩입니다.

*colorFormat*\
형식: XAppCaptureVideoColorFormat

녹화의 색상 형식입니다.

*isCaptureByGamesAllowed*\
형식: bool

게임이 녹화를 캡처할 수 있는지 여부를 나타냅니다.

## 요구 사항

**헤더:** XAppCapture.h

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

## 함께 보기

[XAppCapture 멤버](/reference/system/xappcapture/xappcapture_members)


## Related topics

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