src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommander.java
@@ -1,5 +1,6 @@
package com.genersoft.iot.vmp.gb28181.transmit.cmd;
import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.gb28181.bean.Device;
import com.genersoft.iot.vmp.gb28181.event.SipSubscribe;
import com.genersoft.iot.vmp.media.zlm.ZLMHttpHookSubscribe;
@@ -122,6 +123,26 @@
   void streamByeCmd(String deviceId, String channelId);
   /**
    * 回放暂停
    */
   void playPauseCmd(Device device, StreamInfo streamInfo);
   /**
    * 回放恢复
    */
   void playResumeCmd(Device device, StreamInfo streamInfo);
   /**
    * 回放拖动播放
    */
   void playSeekCmd(Device device, StreamInfo streamInfo, long seekTime);
   /**
    * 回放倍速播放
    */
   void playSpeedCmd(Device device, StreamInfo streamInfo, String speed);
   /**
    * 语音广播
    * 
    * @param device  视频设备