| JUCE
    | 
A class for receiving events when audio devices are inserted or removed. More...
#include <juce_AudioIODeviceType.h>
| Public Member Functions | |
| virtual | ~Listener ()=default | 
| virtual void | audioDeviceListChanged ()=0 | 
| Called when the list of available audio devices changes. | |
A class for receiving events when audio devices are inserted or removed.
You can register an AudioIODeviceType::Listener with an AudioIODeviceType object using the AudioIODeviceType::addListener() method, and it will be called when devices of that type are added or removed.
| 
 | virtualdefault | 
| 
 | pure virtual | 
Called when the list of available audio devices changes.