|
Zoom Rooms Controller SDK Reference 6.6.0
|
Mirror self video response. More...
#include <ICameraControlHelper.h>
Data Fields | |
| int32_t | result = -1 |
| Result. | |
| bool | isMirrored = false |
| TRUE indicates self video mirrored. | |
| std::string | deviceID |
| Camera deviceID, empty indicates response for main camera. | |
| std::string | companionZRID |
| CZR ID. If not empty, indicates control CZR's camera. | |
Mirror self video response.
Definition at line 54 of file ICameraControlHelper.h.
| std::string MirrorSelfVideoRes::companionZRID |
CZR ID. If not empty, indicates control CZR's camera.
Definition at line 59 of file ICameraControlHelper.h.
| std::string MirrorSelfVideoRes::deviceID |
Camera deviceID, empty indicates response for main camera.
Definition at line 58 of file ICameraControlHelper.h.
| bool MirrorSelfVideoRes::isMirrored = false |
TRUE indicates self video mirrored.
Definition at line 57 of file ICameraControlHelper.h.
| int32_t MirrorSelfVideoRes::result = -1 |
Result.
Definition at line 56 of file ICameraControlHelper.h.