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 44 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera device ID.
Definition at line 48 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera name.
Definition at line 52 of file MobileRTCMeetingService+Video.h.
|
readnonatomiccopy |
Camera device type.
Definition at line 64 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Is current use.
Definition at line 56 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Camera maximum zoom factor. Maximum supported is 10.
Definition at line 68 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
Camera position.
Definition at line 60 of file MobileRTCMeetingService+Video.h.
|
readnonatomicassign |
The maximum optical zoom factor.
Definition at line 72 of file MobileRTCMeetingService+Video.h.