#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. |
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. | |
FillData | The buffer fill data for the specified sampler channel. |