> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XStoreVideo

> XStoreVideo

# XStoreVideo

描述商店视频。

## 语法

```cpp theme={null}
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](/reference/system/xstore/structs/xstoreimage)

视频的预览图像。

## 备注

Microsoft 商店体验的各个方面都使用视频来帮助描述产品，此结构描述这些视频。**XStoreVideo** 是 [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 结构的成员。**XStoreVideo** 是 [XStoreSku](/reference/system/xstore/structs/xstoresku) 结构的成员。

## 要求

**头文件：** XStore.h（包含在 XGameRuntime.h 中）

**支持的平台：** Windows、XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

[XStore](/reference/system/xstore/xstore_members)\
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct)\
[XStoreSku](/reference/system/xstore/structs/xstoresku)


## Related topics

- [XStoreImage](/zh-CN/reference/system/xstore/structs/xstoreimage.md)
- [XStore](/zh-CN/reference/system/xstore/xstore_members.md)
- [XStoreSku](/zh-CN/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/zh-CN/reference/system/xstore/structs/xstoreproduct.md)
- [XAppCaptureVideoEncoding](/zh-CN/reference/system/xappcapture/enums/xappcapturevideoencoding.md)
