mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 21:52:22 +08:00
事件视频录制前溯和后溯时间支持负数
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
* @param forward_time_ms 后续录制时长
|
||||
* @return 录制文件绝对路径
|
||||
*/
|
||||
std::string startRecord(const std::string &file_path, uint32_t back_time_ms, uint32_t forward_time_ms);
|
||||
std::string startRecord(const std::string &file_path, int back_time_ms, int forward_time_ms);
|
||||
|
||||
/**
|
||||
* 获取录制状态
|
||||
|
||||
Reference in New Issue
Block a user