1# ExtendedStreamInfo 2 3 4## 概述 5 6扩展流信息。 7 8**起始版本:** 4.0 9 10**相关模块:**[Camera](_camera_v11.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| enum [ExtendedStreamInfoType](_camera_v11.md#extendedstreaminfotype)[type](#type) | 扩展流信息类型。 | 21| int [width](#width) | 图像宽度。 | 22| int [height](#height) | 图像高度。 | 23| int [format](#format) | 图像格式。 | 24| int [dataspace](#dataspace) | 图像颜色空间。 | 25| BufferProducerSequenceable [bufferQueue](#bufferqueue) | 图形提供的生产者句柄,用于快速缩略图。 | 26 27 28## 类成员变量说明 29 30 31### bufferQueue 32 33``` 34BufferProducerSequenceable ExtendedStreamInfo::bufferQueue 35``` 36**描述** 37图形提供的生产者句柄,用于快速缩略图。 38 39 40### dataspace 41 42``` 43int ExtendedStreamInfo::dataspace 44``` 45**描述** 46图像颜色空间。 47 48 49### format 50 51``` 52int ExtendedStreamInfo::format 53``` 54**描述** 55图像格式。 56 57 58### height 59 60``` 61int ExtendedStreamInfo::height 62``` 63**描述** 64图像高度。 65 66 67### type 68 69``` 70enum ExtendedStreamInfoType ExtendedStreamInfo::type 71``` 72**描述** 73扩展流信息类型。 74 75 76### width 77 78``` 79int ExtendedStreamInfo::width 80``` 81**描述** 82图像宽度。 83