| | |
| | | |
| | | import com.genersoft.iot.vmp.gb28181.bean.Device; |
| | | import com.genersoft.iot.vmp.gb28181.bean.DeviceChannel; |
| | | import com.genersoft.iot.vmp.gb28181.bean.MobilePosition; |
| | | import com.genersoft.iot.vmp.vmanager.bean.ResourceBaseInfo; |
| | | import com.genersoft.iot.vmp.vmanager.gb28181.platform.bean.ChannelReduce; |
| | | |
| | |
| | | * 直接批量添加 |
| | | */ |
| | | void batchAddChannel(List<DeviceChannel> deviceChannels); |
| | | |
| | | /** |
| | | * 修改通道的码流类型 |
| | | */ |
| | | void updateChannelStreamIdentification(DeviceChannel channel); |
| | | |
| | | List<DeviceChannel> queryChaneListByDeviceId(String deviceId); |
| | | |
| | | void updateChannelGPS(Device device, DeviceChannel deviceChannel, MobilePosition mobilePosition); |
| | | |
| | | void batchUpdateChannelGPS(List<DeviceChannel> channelList); |
| | | |
| | | void batchAddMobilePosition(List<MobilePosition> addMobilePositionList); |
| | | |
| | | void online(DeviceChannel channel); |
| | | |
| | | void offline(DeviceChannel channel); |
| | | |
| | | void delete(DeviceChannel channel); |
| | | } |