This class is used as a listener, which is notified when the number of audio output devices is changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | AudioDeviceCountChanged (int NewCount)=0 |
Invoked when the number of audio output devices has changed. |
This class is used as a listener, which is notified when the number of audio output devices is changed.
Definition at line 114 of file EventListeners.h.
virtual void LinuxSampler::AudioDeviceCountListener::AudioDeviceCountChanged | ( | int | NewCount | ) | [pure virtual] |
Invoked when the number of audio output devices has changed.
NewCount | The new number of audio output devices. |