ch.aplu.util
Interface SoundSampleListener


public interface SoundSampleListener

Declaration of a SoundRecorder callback method.


Method Summary
 void sampleReceived(int count)
          Event callback method called by the sound recording thread each time a new sound sample is copied into the sound sample buffer.
 

Method Detail

sampleReceived

void sampleReceived(int count)
Event callback method called by the sound recording thread each time a new sound sample is copied into the sound sample buffer.

Parameters:
count - the number of bytes copied.