1# CodecImageRegion 2 3 4## 概述 5 6定义图像区域信息。 7 8**起始版本:** 4.0 9 10**相关模块:**[Codec](_codec_v10.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到图像底部的距离。 41 42 43### flag 44 45``` 46unsigned int CodecImageRegion::flag 47``` 48 49**描述** 50 51 52区域解码开关 53 54 55### left 56 57``` 58unsigned int CodecImageRegion::left 59``` 60 61**描述** 62 63 64到图像左侧的距离。 65 66 67### right 68 69``` 70unsigned int CodecImageRegion::right 71``` 72 73**描述** 74 75 76到图像右侧的距离。 77 78 79### rsv 80 81``` 82unsigned int CodecImageRegion::rsv 83``` 84 85**描述** 86 87 88扩展预留 89 90 91### top 92 93``` 94unsigned int CodecImageRegion::top 95``` 96 97**描述** 98 99 100到图像顶部的距离。 101