查看指定通道信息
更新时间:2021-06-16
查看指定通道信息
功能描述
用于查看指定的GB28181设备通道。
示例代码
DeviceChannelGetResponse response = evsClient.getChannel(1020652);
请求参数
参数名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
channelId | Long | 是 | 通道ID |
响应内容
创建后的响应数据封装在DeviceChannelGetResponse对象中,包含如下:
参数名称 | 类型 | 描述 |
---|---|---|
channelId | Long | 通道ID |
channelName | String | 通道名称 |
channelGbId | String | 通道国标ID |
channelStatus | String | 通道状态,STREAMING(拉流中)/DISABLE(禁止拉流)/FREE(空闲) |
manufacturer | String | 设备厂商 |
appStream | String | 通道的app/stream名称 |