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

## 구문

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

<a id="constantsSection" />

## 상수

| 상수                        | 설명                                                                                                                                                                                                                                                   |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None                      | 지원되는 기능이 없습니다.                                                                                                                                                                                                                                       |
| SupportsCustomAspectRatio | 클라이언트가 사용자 지정 가로 세로 비율을 지원합니다. false이면 클라이언트는 표준 16:9 해상도만 지원합니다.                                                                                                                                                                                    |
| SupportsPresentScaling    | 비디오 매개 변수의 크기를 조정하기 위해 `D3D12XBOX_PRESENT_PLANE_PARAMETERS.pSrcViewRects` 및 `D3D12XBOX_PRESENT_PLANE_PARAMETERS.pDestPlacementBase`를 사용하는 것이 DirectCapture에서 지원되는 경우 true입니다. false인 경우, 현재 표시 해상도가 XGameStreamingSetResolution에 전달된 해상도와 일치하도록 하세요. |

<a id="remarksSection" />

## 설명

이 열거형은 지원되는 비디오 관련 기능을 나타내는 데 사용됩니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** XGameStreaming.h

**지원되는 플랫폼**: Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

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


## Related topics

- [XGameStreamingDisplayDetails](/ko/reference/system/xgamestreaming/structs/xgamestreamingdisplaydetails.md)
- [XGameStreaming](/ko/reference/system/xgamestreaming/xgamestreaming_members.md)
- [D3D12_COMMAND_LIST_SUPPORT_FLAGS](/ko/reference/graphics/d3d12/enums/d3d12_command_list_support_flags_public.md)
- [DirectCapture 개요](/ko/build/core-features/common/game-streaming/game-streaming-directcapture-overview.md)
- [XStoreVideo](/ko/reference/system/xstore/structs/xstorevideo.md)
