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

ストアの動画を表します。

## 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*\
型: const char\*

動画への URI。

*height*\
型: uint32\_t

動画の高さ。

*width*\
型: uint32\_t

動画の幅。

*caption*\
型: const char\*

動画のキャプション。

*videoPurposeTag*\
型: const char\*

動画の用途を示すタグを含む文字列。

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

動画のプレビュー画像。

## Remarks

Microsoft Store エクスペリエンスの各種要素では、製品を説明するために動画が使用されており、この構造体はそれらの動画を表します。**XStoreVideo** は [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 構造体のメンバーです。**XStoreVideo** は [XStoreSku](/reference/system/xstore/structs/xstoresku) 構造体のメンバーです。

## Requirements

**ヘッダー:** XStore.h (XGameRuntime.h に含まれる)

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

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


## Related topics

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