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

# XAppCaptureUserRecordingResult

> XAppCaptureUserRecordingResult

# XAppCaptureUserRecordingResult

Contains the result from calling [XAppCaptureStopUserRecord](/reference/system/xappcapture/functions/xappcapturestopuserrecord).

## Syntax

```cpp theme={null}
struct XAppCaptureUserRecordingResult {
    size_t fileSizeInBytes;
    SYSTEMTIME clipStartTimestamp;
    uint64_t durationInMilliseconds;
    uint32_t width;
    uint32_t height;
    XAppCaptureVideoEncoding encoding;
    XAppCaptureVideoColorFormat colorFormat;
}
```

## Members

*fileSizeInBytes*
Type: size\_t

Size of the recording in bytes.

*clipStartTimestamp*
Type: SYSTEMTIME

The start time of the recording.

*durationInMilliseconds*
Type: uint64\_t

The actual duration of the recording in milliseconds.

*width*
Type: uint32\_t

Width of the recording.

*height*
Type: uint32\_t

Height of the recording.

*encoding*
Type: XAppCaptureVideoEncoding

The encoding format of the recording.

*colorFormat*
Type: XAppCaptureVideoColorFormat

The color format of the recording.

## Requirements

**Header:** XAppCapture.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[GameDVR Overview](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture Members](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureStartUserRecord](/reference/system/xappcapture/functions/xappcapturestartuserrecord)\
[XAppCaptureStopUserRecord](/reference/system/xappcapture/functions/xappcapturestopuserrecord)


## Related topics

- [XAppCaptureStopUserRecord](/reference/system/xappcapture/functions/xappcapturestopuserrecord.md)
- [XAppCapture](/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureLocalResult](/reference/system/xappcapture/structs/xappcapturelocalresult.md)
- [XAppCaptureStartUserRecord](/reference/system/xappcapture/functions/xappcapturestartuserrecord.md)
- [XAppCaptureCancelUserRecord](/reference/system/xappcapture/functions/xappcapturecanceluserrecord.md)
