File was renamed from src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorager.java |
| | |
| | | package com.genersoft.iot.vmp.storager;
|
| | |
|
| | | import com.genersoft.iot.vmp.gb28181.bean.*;
|
| | | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem;
|
| | | 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;
|
| | |
| | | * @date: 2020年5月6日 下午2:14:31
|
| | | */
|
| | | @SuppressWarnings("rawtypes")
|
| | | public interface IVideoManagerStorager {
|
| | | public interface IVideoManagerStorage { |
| | |
|
| | | /**
|
| | | * 根据设备ID判断设备是否存在
|
| | |
| | | PlatformCatalog queryDefaultCatalogInPlatform(String platformId);
|
| | |
|
| | | List<ChannelSourceInfo> getChannelSource(String platformId, String gbId);
|
| | | |
| | | void updateChannelPotion(String deviceId, String channelId, double longitude, double latitude); |
| | | }
|