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 60 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera device ID.
Definition at line 64 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera name.
Definition at line 68 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomiccopy |
camera device type.
Definition at line 80 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is running as a multiple video stream.
Definition at line 96 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
is current use.
Definition at line 72 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is selected as a multiple video stream.
Definition at line 92 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
camera maximum zoom factor. Maximum supported is 10.
Definition at line 84 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
camera position.
Definition at line 76 of file ZoomVideoSDKVideoHelper.h.
|
readnonatomicassign |
the maximum optical zoom factor.
Definition at line 88 of file ZoomVideoSDKVideoHelper.h.