> ## 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

Describes a store video.

## Syntax

```cpp theme={null}
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](/reference/system/xstore/structs/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](/reference/system/xstore/structs/xstoreproduct) struct. **XStoreVideo** is a member of the [XStoreSku](/reference/system/xstore/structs/xstoresku) struct.

## Requirements

**Header:** XStore.h (included in XGameRuntime.h)

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

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


## Related topics

- [XStoreImage](/reference/system/xstore/structs/xstoreimage.md)
- [XStore](/reference/system/xstore/xstore_members.md)
- [XStoreSku](/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/reference/system/xstore/structs/xstoreproduct.md)
- [PIX videos](/tools/tools-console/pix/pix-videos.md)
