|
Video SDK for iOS API Reference
|
Represents a camera device and its state. More...
#include <ZoomVideoSDKVideoHelper.h>
Inherits NSObject.
Properties | |
| NSString * | deviceId |
| Gets the camera device ID. | |
| NSString * | deviceName |
| Gets the camera name. | |
| BOOL | isSelectDevice |
| Determines whether the camera is currently in use. | |
| AVCaptureDevicePosition | position |
| Gets the camera position. | |
| AVCaptureDeviceType | deviceType |
| Gets the camera device type. | |
| CGFloat | maxZoomFactor |
| Gets the camera maximum zoom factor. Maximum supported is 10. | |
| CGFloat | videoZoomFactorUpscaleThreshold |
| Gets the maximum optical zoom factor. | |
| BOOL | isSelectedAsMultiCamera |
| Determines whether the camera is selected as a multiple video stream. | |
| BOOL | isRunningAsMultiCamera |
| Determines 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 |
Gets the camera device ID.
Definition at line 61 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
Gets the camera name.
Definition at line 65 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
Gets the camera device type.
Definition at line 77 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determines whether the camera is running as a multiple video stream.
Definition at line 93 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determines whether the camera is currently in use.
Definition at line 69 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determines whether the camera is selected as a multiple video stream.
Definition at line 89 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Gets the camera maximum zoom factor. Maximum supported is 10.
Definition at line 81 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Gets the camera position.
Definition at line 73 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Gets the maximum optical zoom factor.
Definition at line 85 of file ZoomVideoSDKVideoHelper.h.