linuxsampler 1.0.0

LinuxSampler::BufferFillListener Class Reference

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>

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

Parameters:
ChannelIdThe numerical ID of the sampler channel.
FillDataThe buffer fill data for the specified sampler channel.

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