共用方式為


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