648540858
2024-01-16 9a96597e666fa32caefcfff5246b4cb722e9b1bc
src/main/java/com/genersoft/iot/vmp/service/IPlayService.java
old mode 100644 new mode 100755
@@ -33,11 +33,6 @@
    MediaServerItem getNewMediaServerItem(Device device);
    /**
     * 获取包含assist服务的节点
     */
    MediaServerItem getNewMediaServerItemHasAssist(Device device);
    void playBack(String deviceId, String channelId, String startTime, String endTime, ErrorCallback<Object> callback);
    void playBack(MediaServerItem mediaServerItem, SSRCInfo ssrcInfo, String deviceId, String channelId, String startTime, String endTime, ErrorCallback<Object> callback);
    void zlmServerOffline(String mediaServerId);
@@ -71,6 +66,5 @@
    void stopTalk(Device device, String channelId, Boolean streamIsReady);
    void getSnap(String deviceId, String channelId, String fileName, ErrorCallback errorCallback);
}