Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ICameraControllerEvent Class Referenceabstract

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.
 

Detailed Description

Camera controller event callback.

Definition at line 15 of file zoom_sdk_util_define.h.

Member Function Documentation

◆ onControllerStatusChanged()

virtual void ICameraControllerEvent::onControllerStatusChanged ( bool valid)
pure virtual

Callback event when the controller status changes.

Parameters
validtrue if the controller is valid, false otherwise.