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.
 
virtual void onDefaultCamDeviceChanged (const zchar_t *deviceId, const zchar_t *deviceName)=0
 Notify the user that a camera device is selected.
 

Detailed Description

Video setting context callback event.

Definition at line 698 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IVideoSettingContextEvent()

virtual IVideoSettingContextEvent::~IVideoSettingContextEvent ( )
inlinevirtual

Definition at line 701 of file setting_service_interface.h.

701{}

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 zchar_t * deviceId,
const zchar_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.