hi_rgn_chn_attr

Description

Defines the display attributes of a region channel.

Prototype

typedef struct {
    hi_bool                        is_show;
    hi_rgn_type                    type;
    hi_rgn_type_chn_attr           attr;
} hi_rgn_chn_attr;

Members

Member

Description

is_show

Whether to display a region This is a dynamic attribute.

The options are as follows:

  • HI_TRUE: yes
  • HI_FALSE: no

type

Region type This is a static attribute.

attr

Display attributes of a region channel