ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IVideoSettingContextEvent Class Referenceabstract

Video setting context callback event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual void onComputerCamDeviceChanged (IList< ICameraInfo *> *pNewCameraList)=0
 Callback event if the SDK detects that the computer camera devices have been changed. More...
 
virtual void onDefaultCamDeviceChanged (const wchar_t *deviceId, const wchar_t *deviceName)=0
 Notify the user that a camera device is selected. More...
 

Detailed Description

Video setting context callback event.

Member Function Documentation

◆ onComputerCamDeviceChanged()

virtual void IVideoSettingContextEvent::onComputerCamDeviceChanged ( IList< ICameraInfo *> *  pNewCameraList)
pure virtual

Callback event if the SDK detects that the computer camera devices have been changed.

Parameters
pNewCameraListThe new list of all camera devices plugged into the computer.

◆ onDefaultCamDeviceChanged()

virtual void IVideoSettingContextEvent::onDefaultCamDeviceChanged ( const wchar_t *  deviceId,
const wchar_t *  deviceName 
)
pure virtual

Notify the user that a camera device is selected.

Parameters
deviceIdSpecify a device to be selected.
deviceNameSpecify the device name assigned by deviceId.

The documentation for this class was generated from the following file: