#include <icy/av/devicemanager.h>Subclassed by:
AppleDeviceWatcher,LinuxDeviceWatcher,WindowsDeviceWatcher
Base class for platform-specific device change monitors.
Call start() to begin monitoring and stop() to end. The watcher is NOT auto-started; callers must explicitly start it.
| Return | Name | Description |
|---|---|---|
DeviceWatcher inline explicit | ||
bool | start virtual inline | |
void | stop virtual inline |
inline explicit
inline explicit DeviceWatcher(DeviceManager *)virtual inline
virtual inline bool start()virtual inline
virtual inline void stop()