1# StreamInfo_V1_1
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| struct StreamInfo [v1_0](#v1_0) | 流信息的上一版本。  |
21| struct [ExtendedStreamInfo](_extended_stream_info_v11.md)[] [extendedStreamInfos](#extendedstreaminfos) | 可选扩展流信息。  |
22
23
24## 类成员变量说明
25
26
27### extendedStreamInfos
28
29```
30struct ExtendedStreamInfo [] StreamInfo_V1_1::extendedStreamInfos
31```
32**描述**
33
34可选扩展流信息。
35
36
37### v1_0
38
39```
40struct StreamInfo StreamInfo_V1_1::v1_0
41```
42**描述**
43
44流信息的上一版本。
45