DXVAHDDDI_STREAM_STATE_ROTATION_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _DXVAHDDDI_STREAM_STATE_ROTATION_DATA {
  BOOL               Enable;
  DXVAHDDDI_ROTATION Rotation;
} DXVAHDDDI_STREAM_STATE_ROTATION_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvahdddi_stream_state_rotation_data)

_DXVAHDDDI_STREAM_STATE_ROTATION_DATA structure

Description

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

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.

See also

DXVAHDDDI_ROTATION