WindowsSdk

RECORD_SEARCH_RESULT

  • Definition:
typedef struct tagRecordSearchResult
{
    int record_id;					
    char camera_id[CAMERA_ID_LEN];	
    SYSTEMTIME start_time;		
    SYSTEMTIME end_time;			
    BYTE monitor_flag;				
    char file_path[256];			
}RECORD_SEARCH_RESULT;
  • Expain:
RECORD_SEARCH_RESULT is result of searching record files
MemberExpain
record_idRecord file's ID
camera_idCamera's ID
start_timeRecord's start time
end_timeRecord's stop time
monitor_flagAlarm flag of camera
file_pathRecord file's saving path

IP Camera Windows SDK manual

Copyright:Shenzhen XRC Tech Co.,Ltd.

ICP:粤ICP备09050685号