Video setting context callback event. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual | ~IVideoSettingContextEvent () |
virtual void | onComputerCamDeviceChanged (IList< ICameraInfo * > *pNewCameraList)=0 |
Callback event if the SDK detects that the computer camera devices have been changed. | |
virtual void | onDefaultCamDeviceChanged (const zchar_t *deviceId, const zchar_t *deviceName)=0 |
Notify the user that a camera device is selected. | |
Video setting context callback event.
Definition at line 675 of file setting_service_interface.h.
|
inlinevirtual |
Definition at line 678 of file setting_service_interface.h.
|
pure virtual |
Callback event if the SDK detects that the computer camera devices have been changed.
pNewCameraList | The new list of all camera devices plugged into the computer. |