|
Meeting SDK for Windows API Reference
|
Camera controller event callback. More...
#include <zoom_sdk_util_define.h>
Public Member Functions | |
| virtual void | onControllerStatusChanged (bool valid)=0 |
| Callback event when the controller status changes. | |
Camera controller event callback.
Definition at line 15 of file zoom_sdk_util_define.h.
|
pure virtual |
Callback event when the controller status changes.
| valid | true if the controller is valid, false otherwise. |