linuxsampler 2.3.1
|
This class is used as a listener, which is notified when the fill state of the disk stream buffers on a particular sampler channel is changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | BufferFillChanged (int ChannelId, String FillData)=0 |
Invoked when the fill state of the disk stream buffers on the specified sampler channel is changed. | |
This class is used as a listener, which is notified when the fill state of the disk stream buffers on a particular sampler channel is changed.
Definition at line 291 of file EventListeners.h.
|
pure virtual |
Invoked when the fill state of the disk stream buffers on the specified sampler channel is changed.
ChannelId | The numerical ID of the sampler channel. |
FillData | The buffer fill data for the specified sampler channel. |