hi_aspect_ratio_type
Description
Defines the aspect ratio mode.
Description
typedef enum {
HI_ASPECT_RATIO_NONE = 0, /* full screen */
HI_ASPECT_RATIO_AUTO = 1, /* ratio no change, 1:1*/
HI_ASPECT_RATIO_MANUAL = 2
} hi_aspect_ratio_type;
Members
Member |
Description |
|---|---|
HI_ASPECT_RATIO_NONE |
No aspect ratio. |
HI_ASPECT_RATIO_AUTO |
Auto mode. |
HI_ASPECT_RATIO_MANUAL |
Manual mode. |
Parent topic: Common