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.
Specifies device orientation values for notifications of type APO_NOTIFICATION_TYPE_DEVICE_ORIENTATION.
Syntax
typedef enum DEVICE_ORIENTATION_TYPE {
DEVICE_NOT_ROTATED,
DEVICE_ROTATED_90_DEGREES_CLOCKWISE,
DEVICE_ROTATED_180_DEGREES_CLOCKWISE,
DEVICE_ROTATED_270_DEGREES_CLOCKWISE
} ;
Constants
DEVICE_NOT_ROTATEDThe device is not rotated |
DEVICE_ROTATED_90_DEGREES_CLOCKWISEThe device is rotated 90 degrees clockwise. |
DEVICE_ROTATED_180_DEGREES_CLOCKWISEThe device is rotated 180 degrees clockwise. |
DEVICE_ROTATED_270_DEGREES_CLOCKWISEThe device is rotated 180 degrees clockwise. |
Remarks
For more information on the Windows 11 APIs for the Audio Processing Objects (APOs) that can ship with audio drivers, see Windows 11 APIs for Audio Processing Objects.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows build 22621 |
| Header | audioengineextensionapo.h |