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

# XAppCaptureRecordClipResult

> XAppCaptureRecordClipResult

# XAppCaptureRecordClipResult

캡처된 비디오 클립 및 설명 정보입니다.

## 구문

```cpp theme={null}
typedef struct XAppCaptureRecordClipResult {  
    char path[MAX_PATH];  
    size_t fileSize;  
    time_t startTime;  
    uint32_t durationInMs;  
    uint32_t width;  
    uint32_t height;  
    XAppCaptureVideoEncoding encoding;  
} XAppCaptureRecordClipResult  
```

### 멤버

*path*\
형식: char\[MAX\_PATH]

캡처된 비디오의 경로입니다.

*fileSize*\
형식: size\_t

캡처된 비디오 클립의 크기입니다.

*startTime*\
형식: time\_t

캡처된 비디오 클립의 시작 시간입니다.

*durationInMs*\
형식: uint32\_t

녹화된 비디오 클립의 지속 시간(밀리초)입니다.

*width*\
형식: uint32\_t

녹화된 클립의 너비(픽셀)입니다.

*height*\
형식: uint32\_t

녹화된 클립의 높이(픽셀)입니다.

*encoding*\
형식: [XAppCaptureVideoEncoding](/reference/system/xappcapture/enums/xappcapturevideoencoding)

녹화된 클립의 비디오 인코딩 형식입니다.

## 설명

이 구조체는 [XAppCaptureRecordDiagnosticClip](/reference/system/xappcapture/functions/xappcapturerecorddiagnosticclip)으로 만든 녹화 클립을 설명하고 접근을 제공합니다. 녹화된 클립은 게임과 동일한 파티션에 저장되므로 스트림을 열 필요 없이 *path* 매개 변수를 사용하여 접근할 수 있습니다. 이 녹화된 클립은 사용자가 촬영한 것처럼 동작하지 않으며 사용자의 녹화된 게임 클립과 함께 저장되지 않습니다.

## 요구 사항

**헤더:** XAppCapture.h

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

## 함께 보기

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


## Related topics

- [XAppCaptureRecordDiagnosticClip](/ko/reference/system/xappcapture/functions/xappcapturerecorddiagnosticclip.md)
- [XAppCaptureVideoEncoding](/ko/reference/system/xappcapture/enums/xappcapturevideoencoding.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureUserRecordingResult](/ko/reference/system/xappcapture/structs/xappcaptureuserrecordingresult.md)
- [XAppCaptureLocalResult](/ko/reference/system/xappcapture/structs/xappcapturelocalresult.md)
