// d3dumddi.h
PFND3DDDI_DXVAHD_SETVIDEOPROCESSSTREAMSTATE Pfnd3dddiDxvahdSetvideoprocessstreamstate;
HRESULT Pfnd3dddiDxvahdSetvideoprocessstreamstate(
HANDLE unnamedParam1,
const D3DDDIARG_DXVAHD_SETVIDEOPROCESSSTREAMSTATE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The SetVideoProcessStreamState function sets the stream state for a video processor.
unnamedParam1unnamedParam2hDevice [in]
A handle to the display device (graphics context).
pData [in]
A pointer to a D3DDDIARG_DXVAHD_SETVIDEOPROCESSSTREAMSTATE structure that describes how to change the stream state.
The SetVideoProcessStreamState function returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The stream state is successfully set. |
| E_OUTOFMEMORY | SetVideoProcessStreamState could not allocate the required memory for it to complete. |
D3DDDIARG_DXVAHD_SETVIDEOPROCESSSTREAMSTATE