Video SDK for MacOS API Reference
|
ZMVideoSDKVideoStatus provides information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off). More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Properties | |
BOOL | isHasVideoDevice |
Query if the user's device has a compatible camera. YES : compatible camera detected, NO : no compatible camera detected. | |
BOOL | isOn |
Query if the camera is turned on. YES : camera turned on, NO : camera turned off. | |
ZMVideoSDKVideoStatus provides information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off).
Definition at line 13 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Query if the user's device has a compatible camera. YES : compatible camera detected, NO : no compatible camera detected.
Definition at line 18 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Query if the camera is turned on. YES : camera turned on, NO : camera turned off.
Definition at line 23 of file ZMVideoSDKUserHelper.h.