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

Field Summary
 
Fields inherited from class javax.sound.sampled.AudioInputStream
format, frameLength, framePos, frameSize
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftJitterCorrector

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