linuxsampler 2.3.1
LinuxSampler::TotalStreamCountListener Class Referenceabstract

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.
 

Detailed Description

This class is used as a listener, which is notified when the total number of active streams is changed.

Definition at line 306 of file EventListeners.h.

Member Function Documentation

◆ TotalStreamCountChanged()

virtual void LinuxSampler::TotalStreamCountListener::TotalStreamCountChanged ( int  NewCount)
pure virtual

Invoked when the total number of active streams is changed.

Parameters
NewCountThe new number of active streams.

The documentation for this class was generated from the following file: