Video SDK for Linux API Reference
|
Video status information on the user's video device (the detected compatible video camera device), and status (whether video is turned on or off). More...
#include <zoom_video_sdk_user_helper_interface.h>
Public Member Functions | |
ZoomVideoSDKVideoStatus () | |
Public Attributes | |
bool | isHasVideoDevice |
Determine if the user's device has a compatible camera. | |
bool | isOn |
Determine if the camera is turned on. | |
Video status 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 16 of file zoom_video_sdk_user_helper_interface.h.
|
inline |
Definition at line 21 of file zoom_video_sdk_user_helper_interface.h.
References isHasVideoDevice, and isOn.
bool ZoomVideoSDKVideoStatus::isHasVideoDevice |
Determine if the user's device has a compatible camera.
Definition at line 18 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatus().
bool ZoomVideoSDKVideoStatus::isOn |
Determine if the camera is turned on.
Definition at line 19 of file zoom_video_sdk_user_helper_interface.h.
Referenced by ZoomVideoSDKVideoStatus().