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 应用]
目标平台 Windows
标头 d3d11.h

另请参阅

ID3D11VideoContext

ID3D11VideoContext::D ecoderBeginFrame