// ksmedia.h
typedef enum {
AUDIOPOSTURE_ORIENTATION_NOTROTATED,
AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE,
AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE,
AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE
} AUDIOPOSTURE_ORIENTATION;
View the official Windows Driver Kit DDI referenceNo description available.
The rotation values indicates the orientation of screen in sync with the UI. The UI may be locked to a particular orientation regardless of the physical sensor. This indicates the UI/shell orientation on the particular screen.
AUDIOPOSTURE_ORIENTATION_NOTROTATEDThe panel is not rotated. (Default)
AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISEThe panel is rotated 90 degrees counter-clockwise.
AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISEThe panel is rotated 180 degrees counter-clockwise.
AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISEThe panel is rotated 270 degrees counter-clockwise.