// d3dumddi.h
PFND3DDDI_DXVAHD_VIDEOPROCESSBLTHD Pfnd3dddiDxvahdVideoprocessblthd;
HRESULT Pfnd3dddiDxvahdVideoprocessblthd(
HANDLE unnamedParam1,
const D3DDDIARG_DXVAHD_VIDEOPROCESSBLTHD *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The VideoProcessBltHD function processes video input streams and composes to an output surface.
unnamedParam1unnamedParam2hDevice [in]
A handle to the display device (graphics context).
pData [in]
A pointer to a D3DDDIARG_DXVAHD_VIDEOPROCESSBLTHD structure that describes the DirectX VA video processing operation to perform.
VideoProcessBltHD returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The DirectX VA video processing operation is successfully performed. |
| E_OUTOFMEMORY | VideoProcessBltHD could not allocate memory that was required for it to complete. |
D3DDDIARG_DXVAHD_VIDEOPROCESSBLTHD