linuxsampler 1.0.0
|
This class is used as a listener, which is notified when the total number of active streams is changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | TotalStreamCountChanged (int NewCount)=0 |
Invoked when the total number of active streams is changed. |
This class is used as a listener, which is notified when the total number of active streams is changed.
Definition at line 296 of file EventListeners.h.
virtual void LinuxSampler::TotalStreamCountListener::TotalStreamCountChanged | ( | int | NewCount | ) | [pure virtual] |
Invoked when the total number of active streams is changed.
NewCount | The new number of active streams. |