linuxsampler 2.3.1
LinuxSampler::BufferFillListener Class Referenceabstract

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.
 

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 291 of file EventListeners.h.

Member Function Documentation

◆ BufferFillChanged()

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: