swwheihei
2020-07-16 d8eeb707078153c374d4c1d7c832fa0107ff5c17
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/ISIPCommander.java
@@ -4,7 +4,7 @@
/**    
 * @Description:设备能力接口,用于定义设备的控制、查询能力   
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月3日 下午9:16:34     
 */
public interface ISIPCommander {
@@ -79,7 +79,14 @@
    * @param startTime 开始时间,格式要求:yyyy-MM-dd HH:mm:ss
    * @param endTime 结束时间,格式要求:yyyy-MM-dd HH:mm:ss
    */
   public String playbackStreamCmd(Device device,String channelId, String recordId, String startTime, String endTime);
   public String playbackStreamCmd(Device device,String channelId, String startTime, String endTime);
   /**
    * 视频流停止
    *
    * @param ssrc  ssrc
    */
   public void streamByeCmd(String ssrc);
   
   /**
    * 语音广播