sound.recorder
Class SoundFilter

java.lang.Object
  extended by sound.recorder.SoundFilter

public class SoundFilter
extends java.lang.Object

DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Dec 13, 2004 Time: 1:29:51 PM


Constructor Summary
SoundFilter()
           
 
Method Summary
 void filter(byte[] samples, int offset, int bytesRead)
           
 int getRemainingSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundFilter

public SoundFilter()
Method Detail

filter

public void filter(byte[] samples,
                   int offset,
                   int bytesRead)

getRemainingSize

public int getRemainingSize()