DXVAHDDDI_BLT_STATE enumeration (d3dumddi.h)

The DXVAHDDDI_BLT_STATE enumeration contains values that identify the bit-block transfer (bitblt) state data for a video processor.

Syntax

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;

Constants

 
DXVAHDDDI_BLT_STATE_TARGET_RECT
The bitblt state data specifies the target rectangle of the output in a DXVAHDDDI_BLT_STATE_TARGET_RECT_DATA structure.
DXVAHDDDI_BLT_STATE_BACKGROUND_COLOR
The 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_SPACE
The bitblt state data specifies the color space of the output in a DXVAHDDDI_BLT_STATE_OUTPUT_COLOR_SPACE_DATA structure.
DXVAHDDDI_BLT_STATE_ALPHA_FILL
The bitblt state data specifies the alpha-fill mode of the output in a DXVAHDDDI_BLT_STATE_ALPHA_FILL_DATA structure.
DXVAHDDDI_BLT_STATE_CONSTRICTION
The bitblt state data specifies the down sampling of the output in a DXVAHDDDI_BLT_STATE_CONSTRICTION_DATA structure.
DXVAHDDDI_BLT_STATE_PRIVATE
The bitblt state data specifies the private parameters in a DXVAHDDDI_BLT_STATE_PRIVATE_DATA structure.

Remarks

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.

Requirements

Requirement Value
Minimum supported client DXVAHDDDI_BLT_STATE is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

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

SetVideoProcessBltState