XAppCaptureUserRecordingResult
XAppCaptureStopUserRecord を呼び出した結果を格納します。
構文
struct XAppCaptureUserRecordingResult {
size_t fileSizeInBytes;
SYSTEMTIME clipStartTimestamp;
uint64_t durationInMilliseconds;
uint32_t width;
uint32_t height;
XAppCaptureVideoEncoding encoding;
XAppCaptureVideoColorFormat colorFormat;
}
メンバー
fileSizeInBytes 型: size_t
記録のサイズ (バイト単位)。
clipStartTimestamp 型: SYSTEMTIME
記録の開始時刻。
durationInMilliseconds 型: uint64_t
実際の記録期間 (ミリ秒単位)。
width 型: uint32_t
記録の幅。
height 型: uint32_t
記録の高さ。
encoding 型: XAppCaptureVideoEncoding
記録のエンコード形式。
colorFormat 型: XAppCaptureVideoColorFormat
記録のカラー形式。
要件
ヘッダー: XAppCapture.h
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体
関連項目
ゲーム録画の概要
XAppCapture のメンバー
XAppCaptureStartUserRecord
XAppCaptureStopUserRecord