| | |
| | | // |
| | | |
| | | #import <UIKit/UIKit.h> |
| | | #import "EZDeviceInfo.h" |
| | | #import <EZOpenSDKFramework/EZDeviceInfo.h> |
| | | |
| | | @interface EZLivePlayViewController : UIViewController |
| | | |
| | |
| | | @property (nonatomic, strong) EZDeviceInfo *deviceInfo; |
| | | @property (nonatomic, copy) NSString *hubCoDevSerial; |
| | | @property (nonatomic) NSInteger cameraIndex; |
| | | @property (nonatomic, assign) BOOL isShowAlert; // 展示呼叫弹框 |
| | | |
| | | @property (nonatomic, copy) NSString *deviceSerial;//设备序列号 |
| | | @property (nonatomic, copy) NSString *deviceId;//设备id |
| | | @property (nonatomic, assign) BOOL isVideoDoorLock; // 是否为视频门锁 |
| | | |
| | | |
| | | - (void)imageSavedToPhotosAlbum:(UIImage *)image |
| | | didFinishSavingWithError:(NSError *)error |