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

キャプチャされたビデオ クリップとその説明情報。

## Syntax

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

### Members

*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)

録画されたクリップのビデオ エンコード形式。

## Remarks

この構造体は、[XAppCaptureRecordDiagnosticClip](/reference/system/xappcapture/functions/xappcapturerecorddiagnosticclip) で作成された録画クリップを記述し、そのクリップへのアクセスを提供します。録画されたクリップはゲームと同じパーティションに保存されるため、ストリームを開かずに *path* パラメーターを使用してアクセスできます。この録画クリップは、ユーザーが取得したもののようには扱われず、ユーザーの録画したゲーム クリップとは一緒に保存されません。

## 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)\
[XAppCaptureRecordDiagnosticClip](/reference/system/xappcapture/functions/xappcapturerecorddiagnosticclip)


## Related topics

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