linuxsampler 2.3.1
LinuxSampler::StreamCountListener Class Referenceabstract

This class is used as a listener, which is notified when the number of active disk streams in a particular sampler channel is changed. More...

#include <EventListeners.h>

Public Member Functions

virtual void StreamCountChanged (int ChannelId, int NewCount)=0
 Invoked when the number of active disk streams on the specified sampler channel has changed.
 

Detailed Description

This class is used as a listener, which is notified when the number of active disk streams in a particular sampler channel is changed.

Definition at line 276 of file EventListeners.h.

Member Function Documentation

◆ StreamCountChanged()

virtual void LinuxSampler::StreamCountListener::StreamCountChanged ( int  ChannelId,
int  NewCount 
)
pure virtual

Invoked when the number of active disk streams on the specified sampler channel has changed.

Parameters
ChannelIdThe numerical ID of the sampler channel.
NewCountThe new number of active disk streams.

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