|
Meeting SDK for iOS API Reference
|
Camera information. More...
#include <MobileRTCMeetingService+Video.h>
Inherits NSObject.
Properties | |
| NSString * | deviceId |
| Camera device ID. | |
| NSString * | deviceName |
| Camera name. | |
| BOOL | isSelectDevice |
| Is current use. | |
| AVCaptureDevicePosition | position |
| Camera position. | |
| AVCaptureDeviceType | deviceType |
| Camera device type. | |
| CGFloat | maxZoomFactor |
| Camera maximum zoom factor. Maximum supported is 10. | |
| CGFloat | videoZoomFactorUpscaleThreshold |
| The maximum optical zoom factor. | |
Camera information.
Definition at line 41 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera device ID.
Definition at line 45 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera name.
Definition at line 49 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera device type.
Definition at line 61 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Is current use.
Definition at line 53 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Camera maximum zoom factor. Maximum supported is 10.
Definition at line 65 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Camera position.
Definition at line 57 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
The maximum optical zoom factor.
Definition at line 69 of file MobileRTCMeetingService+Video.h.