OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_AudioIODeviceType.h>
Inherited by juce::AudioDeviceManager::CallbackHandler.
Public Member Functions | |
virtual void | audioDeviceListChanged ()=0 |
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.
Definition at line 125 of file juce_AudioIODeviceType.h.
|
pure virtual |
Called when the list of available audio devices changes.
Referenced by juce::AudioIODeviceType::callDeviceChangeListeners().