> ## 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 Store 환경의 일부 영역에서는 제품을 설명하는 데 도움이 되도록 비디오를 사용하며, 이 구조체는 해당 비디오를 설명합니다. **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](/ko/reference/system/xstore/structs/xstoreimage.md)
- [XStoreSku](/ko/reference/system/xstore/structs/xstoresku.md)
- [XStoreProduct](/ko/reference/system/xstore/structs/xstoreproduct.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [XR-017 타이틀 등급](/ko/publishing/certification/xr/xr-017.md)
