次の方法で共有


XStoreVideo

Microsoft Store のビデオが記述されています。

構文

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

ビデオのプレビュー画像。

解説

一部の Microsoft Store エクスペリエンスでは製品の説明にビデオを使用します。この構造体にはこれらのビデオが記述されています。 XStoreVideo は、XStoreProduct 構造体のメンバーです。 XStoreVideo は、XStoreSku 構造体のメンバーです。

要件

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

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

関連項目

XStore
XStoreProduct
XStoreSku