DXVAHDDDI_STREAM_STATE_ROTATION_DATA structure (d3dumddi.h)

Describes stream-state data that specifies the clockwise rotation of the display output surface.

Syntax

typedef struct _DXVAHDDDI_STREAM_STATE_ROTATION_DATA {
  BOOL               Enable;
  DXVAHDDDI_ROTATION Rotation;
} DXVAHDDDI_STREAM_STATE_ROTATION_DATA;

Members

Enable

A Boolean value that specifies whether the driver should rotate the output surface. The default value is FALSE, which indicates that rotation is disabled.

Rotation

The clockwise degrees of rotation as specified by a DXVAHDDDI_ROTATION enumeration value.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dumddi.h

See also

DXVAHDDDI_ROTATION