add_schedule_record_task_date 接口
- 定义:
int _stdcall add_schedule_record_task_date(int camera, int stream, SYSTEMTIME start_time, SYSTEMTIME end_time);
- 参数:
camera:[in],camera 句柄,由 new_camera 函数返回
stream:[in],用户要播放的视频流编号,对于 RC9264 型号来说,0 <= 取值 <= 3
start_time: [in],开始录像时间
end_time: [in],结束录像时间
- 返回:
如果操作成功,返回>0的任务ID,否则代表失败。
- 说明:
添加按日期定时录像任务。