# CodecImageRegion ## 概述 定义图像区域信息。 **起始版本:** 4.0 **相关模块:**[Codec](_codec_v10.md) ## 汇总 ### Public 属性 | 名称 | 描述 | | -------- | -------- | | unsigned int [left](#left) | 到图像左侧的距离。 | | unsigned int [right](#right) | 到图像右侧的距离。 | | unsigned int [top](#top) | 到图像顶部的距离。 | | unsigned int [bottom](#bottom) | 到图像底部的距离。 | | unsigned int [flag](#flag) | 区域解码开关。 | | unsigned int [rsv](#rsv) | 扩展预留。 | ## 类成员变量说明 ### bottom ``` unsigned int CodecImageRegion::bottom ``` **描述** 到图像底部的距离。 ### flag ``` unsigned int CodecImageRegion::flag ``` **描述** 区域解码开关 ### left ``` unsigned int CodecImageRegion::left ``` **描述** 到图像左侧的距离。 ### right ``` unsigned int CodecImageRegion::right ``` **描述** 到图像右侧的距离。 ### rsv ``` unsigned int CodecImageRegion::rsv ``` **描述** 扩展预留 ### top ``` unsigned int CodecImageRegion::top ``` **描述** 到图像顶部的距离。