• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CodecImageRegion
2
3
4## 概述
5
6定义图像区域信息。
7
8**起始版本:** 4.0
9
10**相关模块:**[Codec](_codec_v20.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| unsigned int [left](#left) | 到图像左侧的距离。  |
21| unsigned int [right](#right) | 到图像右侧的距离。  |
22| unsigned int [top](#top) | 到图像顶部的距离。  |
23| unsigned int [bottom](#bottom) | 到图像底部的距离。  |
24| unsigned int [flag](#flag) | 区域解码开关  |
25| unsigned int [rsv](#rsv) | 扩展预留  |
26
27
28## 类成员变量说明
29
30
31### bottom
32
33```
34unsigned int CodecImageRegion::bottom
35```
36**描述**
37到图像底部的距离。
38
39
40### flag
41
42```
43unsigned int CodecImageRegion::flag
44```
45**描述**
46区域解码开关
47
48
49### left
50
51```
52unsigned int CodecImageRegion::left
53```
54**描述**
55到图像左侧的距离。
56
57
58### right
59
60```
61unsigned int CodecImageRegion::right
62```
63**描述**
64到图像右侧的距离。
65
66
67### rsv
68
69```
70unsigned int CodecImageRegion::rsv
71```
72**描述**
73扩展预留
74
75
76### top
77
78```
79unsigned int CodecImageRegion::top
80```
81**描述**
82到图像顶部的距离。
83