1# StreamAttribute 2 3 4## **概述** 5 6流的属性。 7 8**相关模块:** 9 10[Camera](camera.md) 11 12 13## **汇总** 14 15 16### Public 属性 17 18 | 名称 | 描述 | 19| -------- | -------- | 20| [streamId_](#streamid) | 流的ID,用于在设备内唯一标识一条流。 | 21| [width_](#width) | 图像宽度。 | 22| [height_](#height) | 图像高度。 | 23| [overrideFormat_](#overrideformat) | 重写的图像格式。 | 24| [overrideDataspace_](#overridedataspace) | 重写的图像颜色空间 | 25| [producerUsage_](#producerusage) | 重写后的生产者的使用方式。 | 26| [producerBufferCount_](#producerbuffercount) | 重写后的生产者缓存数量。 | 27| [maxBatchCaptureCount_](#maxbatchcapturecount) | 连拍支持的最大捕获帧数量。 | 28| [maxCaptureCount_](#maxcapturecount) | 最大的并发捕获请求个数,默认为1。 | 29 30 31## **类成员变量说明** 32 33 34### height_ 35 36 37``` 38int StreamAttribute::height_ 39``` 40 41**描述:** 42 43图像高度。 44 45 46### maxBatchCaptureCount_ 47 48 49``` 50int StreamAttribute::maxBatchCaptureCount_ 51``` 52 53**描述:** 54 55连拍支持的最大捕获帧数量。 56 57 58### maxCaptureCount_ 59 60 61``` 62int StreamAttribute::maxCaptureCount_ 63``` 64 65**描述:** 66 67最大的并发捕获请求个数,默认为1。 68 69 70### overrideDataspace_ 71 72 73``` 74int StreamAttribute::overrideDataspace_ 75``` 76 77**描述:** 78 79重写的图像颜色空间。 80 81 82### overrideFormat_ 83 84 85``` 86int StreamAttribute::overrideFormat_ 87``` 88 89**描述:** 90 91重写的图像格式。 92 93 94### producerBufferCount_ 95 96 97``` 98int StreamAttribute::producerBufferCount_ 99``` 100 101**描述:** 102 103重写后的生产者缓存数量。 104 105 106### producerUsage_ 107 108 109``` 110int StreamAttribute::producerUsage_ 111``` 112 113**描述:** 114 115重写后的生产者的使用方式。 116 117 118### streamId_ 119 120 121``` 122int StreamAttribute::streamId_ 123``` 124 125**描述:** 126 127流的ID,用于在设备内唯一标识一条流。 128 129 130### width_ 131 132 133``` 134int StreamAttribute::width_ 135``` 136 137**描述:** 138 139图像宽度。 140