| | |
| | | /**
|
| | | * 回放倍速播放
|
| | | */
|
| | | void playSpeedCmd(Device device, StreamInfo streamInfo, String speed);
|
| | | void playSpeedCmd(Device device, StreamInfo streamInfo, Double speed);
|
| | |
|
| | | /**
|
| | | * 语音广播
|
| | |
| | | * @param device 视频设备
|
| | | * @param startTime 开始时间,格式要求:yyyy-MM-dd HH:mm:ss
|
| | | * @param endTime 结束时间,格式要求:yyyy-MM-dd HH:mm:ss
|
| | | * @param sn
|
| | | */
|
| | | boolean recordInfoQuery(Device device, String channelId, String startTime, String endTime);
|
| | | boolean recordInfoQuery(Device device, String channelId, String startTime, String endTime, int sn, SipSubscribe.Event errorEvent);
|
| | |
|
| | | /**
|
| | | * 查询报警信息
|