Windows SDK API Reference
Loading...
Searching...
No Matches
IVideoSettingContextEvent Class Referenceabstract

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. 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.

Definition at line 671 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IVideoSettingContextEvent()

virtual IVideoSettingContextEvent::~IVideoSettingContextEvent ( )
inlinevirtual

Definition at line 674 of file setting_service_interface.h.

674{}

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.