Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the clockwise rotation of the display output surface.
Syntax
typedef enum _DXVAHDDDI_ROTATION {
DXVAHDDDI_ROTATION_IDENTITY,
DXVAHDDDI_ROTATION_90,
DXVAHDDDI_ROTATION_180,
DXVAHDDDI_ROTATION_270
} DXVAHDDDI_ROTATION;
Constants
DXVAHDDDI_ROTATION_IDENTITYIndicates that rotation is 0 degrees—landscape mode. |
DXVAHDDDI_ROTATION_90Indicates that rotation is 90 degrees clockwise—portrait mode. |
DXVAHDDDI_ROTATION_180Indicates that rotation is 180 degrees clockwise—inverted landscape mode. |
DXVAHDDDI_ROTATION_270Indicates that rotation is 270 degrees clockwise—inverted portrait mode. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3dumddi.h (include D3dumddi.h) |