| | |
| | | import com.genersoft.iot.vmp.media.zlm.dto.StreamProxyItem;
|
| | | import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem;
|
| | | import com.genersoft.iot.vmp.service.bean.GPSMsgInfo;
|
| | | import com.genersoft.iot.vmp.vmanager.bean.DeviceChannelTree;
|
| | | import com.genersoft.iot.vmp.vmanager.gb28181.platform.bean.ChannelReduce;
|
| | | import com.github.pagehelper.PageInfo;
|
| | |
|
| | |
| | | public List<DeviceChannel> queryChannelsByDeviceIdWithStartAndLimit(String deviceId, String query, Boolean hasSubChannel, Boolean online, int start, int limit);
|
| | |
|
| | | /**
|
| | | * 获取某个设备的通道树
|
| | | * @param deviceId 设备ID
|
| | | * @return
|
| | | */
|
| | | List<DeviceChannelTree> tree(String deviceId);
|
| | |
|
| | | /**
|
| | | * 获取某个设备的通道列表
|
| | | *
|
| | | * @param deviceId 设备ID
|