D3DDDIARG_SETDECODERENDERTARGET 结构 (d3dumddi.h)

D3DDDIARG_SETDECODERENDERTARGET 结构描述解码呈现目标图面。

语法

typedef struct _D3DDDIARG_SETDECODERENDERTARGET {
  [in] HANDLE hDecode;
  [in] HANDLE hRenderTarget;
  [in] UINT   SubResourceIndex;
} D3DDDIARG_SETDECODERENDERTARGET;

成员

[in] hDecode

Microsoft DirectX 视频加速 (DirectX VA) 解码设备的句柄。 用户模式显示驱动程序在其 CreateDecodeDevice 函数的调用中返回此句柄。

[in] hRenderTarget

解码呈现目标图面的句柄。

[in] SubResourceIndex

解码呈现目标图面的资源索引。

要求

要求
最低受支持的客户端 在 Windows Vista 和更高版本的 Windows 操作系统中可用。
标头 d3dumddi.h (包括 D3dumddi.h)

另请参阅

CreateDecodeDevice

SetDecodeRenderTarget