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

[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*
型: size\_t

録画のサイズ (バイト単位)。

*clipStartTimestamp*
型: SYSTEMTIME

録画の開始時刻。

*durationInMilliseconds*
型: uint64\_t

録画の実際の長さ (ミリ秒単位)。

*width*
型: uint32\_t

録画の幅。

*height*
型: uint32\_t

録画の高さ。

*encoding*
型: XAppCaptureVideoEncoding

録画のエンコード形式。

*colorFormat*
型: XAppCaptureVideoColorFormat

録画のカラー形式。

## Requirements

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

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

## 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](/ja-jp/reference/system/xappcapture/functions/xappcapturestopuserrecord.md)
- [XAppCapture](/ja-jp/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureCancelUserRecord](/ja-jp/reference/system/xappcapture/functions/xappcapturecanceluserrecord.md)
- [XAppCaptureStartUserRecord](/ja-jp/reference/system/xappcapture/functions/xappcapturestartuserrecord.md)
- [XAppCaptureTakeScreenshot](/ja-jp/reference/system/xappcapture/functions/xappcapturetakescreenshot.md)
