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.
Describes a store video.
Syntax
typedef struct XStoreVideo {
const char* uri;
uint32_t height;
uint32_t width;
const char* caption;
const char* videoPurposeTag;
XStoreImage previewImage;
} XStoreVideo
Members
uri
Type: const char*
URI to the video.
height
Type: uint32_t
Height of the video.
width
Type: uint32_t
Width of the video.
caption
Type: const char*
Caption for the video.
videoPurposeTag
Type: const char*
String containing a tag indicating the purpose of the video.
previewImage
Type: XStoreImage
Preview image for the video.
Remarks
Aspects of the Microsoft store experience use videos to help describe the product, and this struct describes those videos. XStoreVideo is a member of the XStoreProduct struct. XStoreVideo is a member of the XStoreSku struct.
Requirements
Header: XStore.h (included in XGameRuntime.h)
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles