ID3D11VideoContext::D ecoderEndFrame 方法 (d3d11.h)

指示解码作的结束。

语法

HRESULT DecoderEndFrame(
  [in] ID3D11VideoDecoder *pDecoder
);

参数

[in] pDecoder

指向 ID3D11VideoDecoder 接口的指针。 若要获取此指针,请调用 ID3D11VideoDevice::CreateVideoDecoder

返回值

如果此方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。

要求

要求 价值
最低支持的客户端 Windows 8 [桌面应用 |UWP 应用]
支持的最低服务器 Windows Server 2012 [桌面应用 |UWP 应用]
目标平台 窗户
标头 d3d11.h

另请参阅

ID3D11VideoContext

ID3D11VideoContext::D ecoderBeginFrame