EZOpenSDK  v4.7.1
 All Classes Functions Properties
EZDeviceRecordFile.h
1 //
2 // EZDeviceRecordFile.h
3 // EzvizOpenSDK
4 //
5 // Created by DeJohn Dong on 15/9/17.
6 // Copyright (c) 2015 Ezviz. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 @interface EZDeviceRecordFile : NSObject
13 
15 @property (nonatomic, strong) NSDate *startTime;
17 @property (nonatomic, strong) NSDate *stopTime;
18 
19 @end
NSDate * stopTime
Video end time.
Definition: EZDeviceRecordFile.h:17
Device video information (including the video of SD card, NVR, and DVR)
Definition: EZDeviceRecordFile.h:12
NSDate * startTime
Video start time.
Definition: EZDeviceRecordFile.h:15