648540858
2024-04-01 fd2ef6effe7b484c70079a7ac054ac4834b394d9
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);
}