ID3D11VideoCoNtext::ReleaseDecoderBuffer 方法 (d3d11.h)
釋放呼叫 ID3D11VideoCoNtext::GetDecoderBuffer 方法取得的緩衝區。
語法
HRESULT ReleaseDecoderBuffer(
[in] ID3D11VideoDecoder *pDecoder,
[in] D3D11_VIDEO_DECODER_BUFFER_TYPE Type
);
參數
[in] pDecoder
ID3D11VideoDecoder介面的指標。 若要取得此指標,請呼叫 ID3D11VideoDevice::CreateVideoDecoder。
[in] Type
要釋放的緩衝區類型。 指定在 GetDecoderBuffer方法的Type參數中使用的相同值。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d3d11.h |