D3DKMT_GET_POST_COMPOSITION_CAPS结构 (d3dkmthk.h)

用于获取合成后功能。

语法

typedef struct _D3DKMT_GET_POST_COMPOSITION_CAPS {
        D3DKMT_HANDLE                  hAdapter;
        D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] float                          MaxStretchFactor;
  [out] float                          MaxShrinkFactor;
} D3DKMT_GET_POST_COMPOSITION_CAPS;

成员

hAdapter

图形适配器的句柄。

VidPnSourceId

视频呈现网络路径中视频当前源的从零开始的标识号 (监视器连接到的 VidPN) 拓扑。

[out] MaxStretchFactor

最大拉伸因子。

[out] MaxShrinkFactor

最大收缩因子。

要求

要求
Header d3dkmthk.h