Video SDK for MacOS API Reference
|
Represents a camera device and its state. More...
#include <ZMVideoSDKVideoHelper.h>
Inherits NSObject.
Properties | |
NSString * | deviceID |
Get the camera's device Id. | |
NSString * | deviceName |
Get the camera's device name. | |
BOOL | isSelectedDevice |
Determine if the device is selected. | |
BOOL | isSelectedAsMultiCamera |
Determine whether the camera is selected as multiple stream video. | |
BOOL | isRunningAsMultiCamera |
Determine whether the camera is running as multiple stream video. | |
Represents a camera device and its state.
Definition at line 44 of file ZMVideoSDKVideoHelper.h.
|
readnonatomiccopy |
Get the camera's device Id.
Definition at line 48 of file ZMVideoSDKVideoHelper.h.
|
readnonatomiccopy |
Get the camera's device name.
Definition at line 53 of file ZMVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is running as multiple stream video.
Definition at line 68 of file ZMVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine whether the camera is selected as multiple stream video.
Definition at line 63 of file ZMVideoSDKVideoHelper.h.
|
readnonatomicassign |
Determine if the device is selected.
Definition at line 58 of file ZMVideoSDKVideoHelper.h.