com.sun.media.sound
Class SoftJitterCorrector

java.lang.Object
  extended by java.io.InputStream
      extended by javax.sound.sampled.AudioInputStream
          extended by com.sun.media.sound.SoftJitterCorrector
All Implemented Interfaces:
java.io.Closeable

public class SoftJitterCorrector
extends javax.sound.sampled.AudioInputStream

A jitter corrector to be used with SoftAudioPusher.

Author:
Karl Helgason

Constructor Summary
SoftJitterCorrector(javax.sound.sampled.AudioInputStream stream, int buffersize, int smallbuffersize)
           
 
Method Summary
 
Methods inherited from class javax.sound.sampled.AudioInputStream
available, close, getFormat, getFrameLength, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftJitterCorrector

public SoftJitterCorrector(javax.sound.sampled.AudioInputStream stream,
                           int buffersize,
                           int smallbuffersize)