DXGKARG_GETMULTIPLANEOVERLAYCAPS 구조체(d3dkmddi.h)
DxgkDdiGetMultiPlaneOverlayCaps 함수에 대한 인수입니다.
구문
typedef struct _DXGKARG_GETMULTIPLANEOVERLAYCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] UINT MaxPlanes;
[out] UINT MaxRGBPlanes;
[out] UINT MaxYUVPlanes;
[out] DXGK_MULTIPLANEOVERLAYCAPS OverlayCaps;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETMULTIPLANEOVERLAYCAPS;
멤버
[in] VidPnSourceId
다중 평면 오버레이 기능을 쿼리하는 VidPn 원본을 나타냅니다.
[out] MaxPlanes
동시에 지원될 수 있는 DWM의 주 평면을 포함한 총 평면 수를 나타냅니다.
[out] MaxRGBPlanes
DWM의 주 평면을 포함하여 동시에 지원될 수 있는 총 RGB 평면 수를 나타냅니다.
[out] MaxYUVPlanes
동시에 지원될 수 있는 YUV 평면의 총 수를 나타냅니다.
[out] OverlayCaps
평면 기능을 나타내는 DXGK_MULTIPLANEOVERLAYCAPS 구조체입니다.
[out] MaxStretchFactor
평면에 적용할 수 있는 최대 스트레치 팩터를 나타냅니다.
[out] MaxShrinkFactor
평면에 적용할 수 있는 최대 축소 인수를 나타냅니다.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | d3dkmddi.h |