#include <NGIAgoraVideoDeviceManager.h>
◆ ~IVideoDeviceManagerObserver()
| virtual agora::rtc::IVideoDeviceManagerObserver::~IVideoDeviceManagerObserver |
( |
| ) |
|
|
inlinevirtual |
◆ onVideoDeviceStateChanged()
| virtual void agora::rtc::IVideoDeviceManagerObserver::onVideoDeviceStateChanged |
( |
const char * | deviceId, |
|
|
int | deviceType, |
|
|
int | deviceState ) |
|
pure virtual |
Occurs when the device state changes, for example, when a device is added or removed or default device change.
- Note
- This method applies to Windows only now.
- Parameters
-