Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
GameDVR video capture settings, obtained from calling XAppCaptureGetVideoCaptureSettings.
Syntax
struct XAppCaptureVideoCaptureSettings {
uint32_t width;
uint32_t height;
uint64_t maxRecordTimespanDurationInMs;
XAppCaptureVideoEncoding encoding;
XAppCaptureVideoColorFormat colorFormat;
bool isCaptureByGamesAllowed;
}
Members
width
Type: uint32_t
The width of recordings.
height
Type: uint32_t
The height of recordings.
maxRecordTimespanDurationInMs
Type: uint64_t
The maximum recording duration in milliseconds.
encoding
Type: XAppCaptureVideoEncoding
The encoding of recordings.
colorFormat
Type: XAppCaptureVideoColorFormat
The color format of recordings.
isCaptureByGamesAllowed
Type: bool
Indicates whether games are allowed to capture recordings.
Requirements
Header: XAppCapture.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles