|  |  | 
 |  |  | import com.genersoft.iot.vmp.conf.exception.SsrcTransactionNotFoundException;
 | 
 |  |  | import com.genersoft.iot.vmp.gb28181.bean.Device;
 | 
 |  |  | import com.genersoft.iot.vmp.gb28181.bean.DeviceAlarm;
 | 
 |  |  | import com.genersoft.iot.vmp.gb28181.bean.InviteStreamCallback;
 | 
 |  |  | import com.genersoft.iot.vmp.gb28181.event.SipSubscribe;
 | 
 |  |  | import com.genersoft.iot.vmp.media.zlm.ZlmHttpHookSubscribe;
 | 
 |  |  | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem;
 | 
 |  |  | 
 |  |  |     * @param startTime 开始时间,格式要求:yyyy-MM-dd HH:mm:ss
 | 
 |  |  |     * @param endTime 结束时间,格式要求:yyyy-MM-dd HH:mm:ss
 | 
 |  |  |     */
 | 
 |  |  |    void playbackStreamCmd(MediaServerItem mediaServerItem, SSRCInfo ssrcInf, Device device, String channelId, String startTime, String endTime,InviteStreamCallback inviteStreamCallback, InviteStreamCallback event, SipSubscribe.Event okEvent, SipSubscribe.Event errorEvent) throws InvalidArgumentException, SipException, ParseException;
 | 
 |  |  |    void playbackStreamCmd(MediaServerItem mediaServerItem, SSRCInfo ssrcInf, Device device, String channelId, String startTime, String endTime,ZlmHttpHookSubscribe.Event event, SipSubscribe.Event okEvent, SipSubscribe.Event errorEvent) throws InvalidArgumentException, SipException, ParseException;
 | 
 |  |  | 
 | 
 |  |  |    /**
 | 
 |  |  |     * 请求历史媒体下载
 | 
 |  |  | 
 |  |  |     * @param downloadSpeed 下载倍速参数
 | 
 |  |  |     */ 
 | 
 |  |  |    void downloadStreamCmd(MediaServerItem mediaServerItem, SSRCInfo ssrcInfo, Device device, String channelId,
 | 
 |  |  |                      String startTime, String endTime, int downloadSpeed, InviteStreamCallback inviteStreamCallback, InviteStreamCallback hookEvent,
 | 
 |  |  |                      String startTime, String endTime, int downloadSpeed, ZlmHttpHookSubscribe.Event hookEvent,
 | 
 |  |  |                      SipSubscribe.Event errorEvent,SipSubscribe.Event okEvent) throws InvalidArgumentException, SipException, ParseException;
 | 
 |  |  | 
 | 
 |  |  |    /**
 |