// d3dumddi.h
typedef enum _DXVAHDDDI_BLT_STATE {
DXVAHDDDI_BLT_STATE_TARGET_RECT,
DXVAHDDDI_BLT_STATE_BACKGROUND_COLOR,
DXVAHDDDI_BLT_STATE_OUTPUT_COLOR_SPACE,
DXVAHDDDI_BLT_STATE_ALPHA_FILL,
DXVAHDDDI_BLT_STATE_CONSTRICTION,
DXVAHDDDI_BLT_STATE_PRIVATE
} DXVAHDDDI_BLT_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVAHDDDI_BLT_STATE enumeration contains values that identify the bit-block transfer (bitblt) state data for a video processor.
DXVAHDDDI_BLT_STATE_TARGET_RECTThe bitblt state data specifies the target rectangle of the output in a DXVAHDDDI_BLT_STATE_TARGET_RECT_DATA structure.
DXVAHDDDI_BLT_STATE_BACKGROUND_COLORThe bitblt state data specifies the background color to fill in the target rectangle of the output in a DXVAHDDDI_BLT_STATE_BACKGROUND_COLOR_DATA structure.
DXVAHDDDI_BLT_STATE_OUTPUT_COLOR_SPACEThe bitblt state data specifies the color space of the output in a DXVAHDDDI_BLT_STATE_OUTPUT_COLOR_SPACE_DATA structure.
DXVAHDDDI_BLT_STATE_ALPHA_FILLThe bitblt state data specifies the alpha-fill mode of the output in a DXVAHDDDI_BLT_STATE_ALPHA_FILL_DATA structure.
DXVAHDDDI_BLT_STATE_CONSTRICTIONThe bitblt state data specifies the down sampling of the output in a DXVAHDDDI_BLT_STATE_CONSTRICTION_DATA structure.
DXVAHDDDI_BLT_STATE_PRIVATEThe bitblt state data specifies the private parameters in a DXVAHDDDI_BLT_STATE_PRIVATE_DATA structure.
A DXVAHDDDI_BLT_STATE-typed value, which is specified in the State member of the D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure in a call to the SetVideoProcessBltState function, sets the state of a bitblt for a video processor. Bitblt data that corresponds to the supplied DXVAHDDDI_BLT_STATE-typed value is pointed to by the pData member of D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE.
D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE
DXVAHDDDI_BLT_STATE_ALPHA_FILL_DATA
DXVAHDDDI_BLT_STATE_BACKGROUND_COLOR_DATA
DXVAHDDDI_BLT_STATE_CONSTRICTION_DATA
DXVAHDDDI_BLT_STATE_OUTPUT_COLOR_SPACE_DATA
DXVAHDDDI_BLT_STATE_PRIVATE_DATA
DXVAHDDDI_BLT_STATE_TARGET_RECT_DATA