AUDIOPOSTURE_ORIENTATION enumeration (ksmedia.h)
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.
Syntax
typedef enum {
AUDIOPOSTURE_ORIENTATION_NOTROTATED,
AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE,
AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE,
AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE
} AUDIOPOSTURE_ORIENTATION;
Constants
AUDIOPOSTURE_ORIENTATION_NOTROTATED The panel is not rotated. (Default) |
AUDIOPOSTURE_ORIENTATION_ROTATED90DEGREESCOUNTERCLOCKWISE The panel is rotated 90 degrees counter-clockwise. |
AUDIOPOSTURE_ORIENTATION_ROTATED180DEGREESCOUNTERCLOCKWISE The panel is rotated 180 degrees counter-clockwise. |
AUDIOPOSTURE_ORIENTATION_ROTATED270DEGREESCOUNTERCLOCKWISE The panel is rotated 270 degrees counter-clockwise. |
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |