Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the result from calling XAppCaptureStopUserRecord.
Syntax
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
XAppCapture Members
XAppCaptureStartUserRecord
XAppCaptureStopUserRecord