Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Header | ksmedia.h |