648540858
2024-04-02 8b90fade9eb3a62b428f23f2306cb1911c98d355
src/main/java/com/genersoft/iot/vmp/service/IDeviceChannelService.java
@@ -2,6 +2,7 @@
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;
@@ -92,4 +93,9 @@
     * 修改通道的码流类型
     */
    void updateChannelStreamIdentification(DeviceChannel channel);
    List<DeviceChannel> queryChaneListByDeviceId(String deviceId);
    void updateChannelGPS(Device device, DeviceChannel deviceChannel, MobilePosition mobilePosition);
}