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 281 of file EventListeners.h.
virtual void LinuxSampler::BufferFillListener::BufferFillChanged | ( | int | ChannelId, | |
String | FillData | |||
) | [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.
|