// d3dumddi.h
typedef enum _DXVAHDDDI_ROTATION {
DXVAHDDDI_ROTATION_IDENTITY,
DXVAHDDDI_ROTATION_90,
DXVAHDDDI_ROTATION_180,
DXVAHDDDI_ROTATION_270
} DXVAHDDDI_ROTATION;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the clockwise rotation of the display output surface.
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.