D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure (d3dumddi.h)
The D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure describes the bit-block transfer (bitblt) state of the video processor to change and the data that is used to change the state.
Syntax
typedef struct _D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE {
[in] HANDLE hVideoProcessor;
[in] DXVAHDDDI_BLT_STATE State;
[in] UINT DataSize;
[in] const VOID *pData;
} D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE;
Members
[in] hVideoProcessor
A handle to the video processor whose bitblt state is changed.
[in] State
A DXVAHDDDI_BLT_STATE-typed value that indicates the type of bitblt to set.
[in] DataSize
The size, in bytes, of the data that is used to change the bitblt state.
[in] pData
A pointer to the data that is used to change the bitblt state. For more information about the types of data that pData can point to, see the values of the DXVAHDDDI_BLT_STATE enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE is supported beginning with the Windows 7 operating system. |
Header | d3dumddi.h (include D3dumddi.h) |