hi_rgn_type_chn_attr
Description
Defines the display attributes of a region channel.
Prototype
typedef union {
hi_rgn_cover_chn_attr cover_chn;
hi_rgn_overlayex_chn_attr overlayex_chn;
hi_rgn_mosaic_chn_attr mosaic_chn;
} hi_rgn_type_chn_attr;
Members
Member |
Description |
|---|---|
cover_chn |
Channel display attributes of a Cover region |
overlayex_chn |
Channel display attributes of an OverlayEx region. |
mosaic_chn |
Display attributes of a Mosaic region |
Parent topic: Region Management