hi_rgn_type
Description
Defines the region type.
Prototype
typedef enum {
HI_RGN_OVERLAY = 0,
HI_RGN_COVER,
HI_RGN_OVERLAYEX,
HI_RGN_COVEREX,
HI_RGN_LINE,
HI_RGN_MOSAIC,
HI_RGN_MOSAICEX,
HI_RGN_CORNER_RECTEX,
} hi_rgn_type;
Members
Member |
Description |
|---|---|
HI_RGN_OVERLAY |
Video overlay region. |
HI_RGN_COVER |
Video cover region. |
HI_RGN_OVERLAYEX |
Video OverlayEx region. |
HI_RGN_COVEREX |
Video CoverEx region. |
HI_RGN_LINE |
Extended line region. |
HI_RGN_MOSAIC |
Mosaic video region. |
HI_RGN_MOSAICEX |
MosaicEx video region. |
HI_RGN_CORNER_RECTEX |
Cornered rectangle region. |
Parent topic: Region Management