Video setting context callback event.
More...
#include <setting_service_interface.h>
Video setting context callback event.
Definition at line 671 of file setting_service_interface.h.
◆ ~IVideoSettingContextEvent()
virtual IVideoSettingContextEvent::~IVideoSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
pNewCameraList | The 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
-
deviceId | Specify a device to be selected. |
deviceName | Specify the device name assigned by deviceId. |