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

Describe un vídeo de la tienda.

## Sintaxis

```cpp theme={null}
typedef struct XStoreVideo {  
    const char* uri;  
    uint32_t height;  
    uint32_t width;  
    const char* caption;  
    const char* videoPurposeTag;  
    XStoreImage previewImage;  
} XStoreVideo  
```

### Miembros

*uri*\
Tipo: const char\*

URI al vídeo.

*height*\
Tipo: uint32\_t

Alto del vídeo.

*width*\
Tipo: uint32\_t

Ancho del vídeo.

*caption*\
Tipo: const char\*

Leyenda del vídeo.

*videoPurposeTag*\
Tipo: const char\*

Cadena que contiene una etiqueta que indica el propósito del vídeo.

*previewImage*\
Tipo: [XStoreImage](/reference/system/xstore/structs/xstoreimage)

Imagen de vista previa del vídeo.

## Comentarios

Algunos aspectos de la experiencia de la tienda de Microsoft usan vídeos para ayudar a describir el producto, y esta estructura describe esos vídeos. **XStoreVideo** es un miembro de la estructura [XStoreProduct](/reference/system/xstore/structs/xstoreproduct). **XStoreVideo** es un miembro de la estructura [XStoreSku](/reference/system/xstore/structs/xstoresku).

## Requisitos

**Encabezado:** XStore.h (incluido en XGameRuntime.h)

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

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


## Related topics

- [XStoreImage](/es/reference/system/xstore/structs/xstoreimage.md)
- [XStore](/es/reference/system/xstore/xstore_members.md)
- [XStoreProduct](/es/reference/system/xstore/structs/xstoreproduct.md)
- [XStoreSku](/es/reference/system/xstore/structs/xstoresku.md)
- [Descripción de la Store para títulos en dispositivos XBOX](/es/publishing/game-publishing/concepts/store-listing.md)
