|
Video SDK for iOS API Reference
|
Represents a camera device and its state. More...
#include <ZoomVideoSDKVideoHelper.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. | |
| BOOL | isSelectedAsMultiCamera |
| Determine whether the camera is selected as a multiple video stream. | |
| BOOL | isRunningAsMultiCamera |
| Determine whether the camera is running as a multiple video stream. | |
Represents a camera device and its state.
Definition at line 57 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera device ID.
Definition at line 61 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera name.
Definition at line 65 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera device type.
Definition at line 77 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is running as a multiple video stream.
Definition at line 93 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
is current use.
Definition at line 69 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is selected as a multiple video stream.
Definition at line 89 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
camera maximum zoom factor. Maximum supported is 10.
Definition at line 81 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
camera position.
Definition at line 73 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
the maximum optical zoom factor.
Definition at line 85 of file ZoomVideoSDKVideoHelper.h.