XStoreVideo
描述应用商店视频。
语法
typedef struct XStoreVideo {
const char* uri;
uint32_t height;
uint32_t width;
const char* caption;
const char* videoPurposeTag;
XStoreImage previewImage;
} XStoreVideo
成员
uri
类型:const char*
视频的 URI。
height
类型:uint32_t
视频的高度。
width
类型:uint32_t
视频的宽度。
caption
类型:const char*
视频的字幕。
videoPurposeTag
类型:const char*
包含一个标记的字符串,该标记指示视频的用途。
previewImage
类型:XStoreImage
视频的预览图像。
备注
Microsoft Store 体验的各个方面使用视频来帮助描述产品,而此结构描述这些视频。 XStoreVideo 是 XStoreProduct 结构的成员。 XStoreVideo 是 XStoreSku 结构的成员。
要求
头文件:XStore.h(包含在 XGameRuntime.h 中)
支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机