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

# XGameStreamingVideoFlags

> XGameStreamingVideoFlags

# XGameStreamingVideoFlags

サポートされているビデオ関連機能の種類を指定します。

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XGameStreamingVideoFlags : uint32_t
{
    None = 0x0,
    SupportsCustomAspectRatio = 0x1,
    SupportsPresentScaling = 0x2
}
```

<a id="constantsSection" />

## Constants

| 定数                        | 説明                                                                                                                                                                                                                                                     |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| None                      | サポートされている機能はありません。                                                                                                                                                                                                                                     |
| SupportsCustomAspectRatio | クライアントがカスタム アスペクト比をサポートします。false の場合、クライアントは標準的な 16:9 の解像度のみをサポートします。                                                                                                                                                                                  |
| SupportsPresentScaling    | `D3D12XBOX_PRESENT_PLANE_PARAMETERS.pSrcViewRects` および `D3D12XBOX_PRESENT_PLANE_PARAMETERS.pDestPlacementBase` を使用したビデオ パラメーターのスケーリングが DirectCapture でサポートされている場合は true。false の場合は、present の解像度が XGameStreamingSetResolution に渡された解像度と一致することを確認してください。 |

<a id="remarksSection" />

## Remarks

この列挙型は、どのビデオ関連機能がサポートされているかを示すために使用されます。

<a id="requirementsSection" />

## Requirements

**ヘッダー:** XGameStreaming.h

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

<a id="seealsoSection" />

## See also

[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members)\
[XGameStreamingDisplayDetails](/reference/system/xgamestreaming/structs/xgamestreamingdisplaydetails)\
[XGameStreamingGetDisplayDetails](/reference/system/xgamestreaming/functions/xgamestreaminggetdisplaydetails)


## Related topics

- [XGameStreamingDisplayDetails](/ja-jp/reference/system/xgamestreaming/structs/xgamestreamingdisplaydetails.md)
- [XGameStreaming](/ja-jp/reference/system/xgamestreaming/xgamestreaming_members.md)
- [D3D12_COMMAND_LIST_SUPPORT_FLAGS](/ja-jp/reference/graphics/d3d12/enums/d3d12_command_list_support_flags_public.md)
- [XStoreVideo](/ja-jp/reference/system/xstore/structs/xstorevideo.md)
- [PIX を使ったサステナビリティ プロファイリング](/ja-jp/build/game-principles/sustainability/sustainability-pix-guide.md)
