1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| //
| // EZLocalRealPlayViewController.h
| // EZOpenSDKDemo
| //
| // Created by linyong on 2017/8/16.
| // Copyright © 2017年 Ezviz. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| @class EZHCNetDeviceInfo;
|
| @interface EZLocalRealPlayViewController : UIViewController
|
| @property (nonatomic,strong) EZHCNetDeviceInfo *deviceInfo;
| @property (nonatomic,assign) NSInteger cameraNo;//通道号
|
|
| @end
|
|