com.sun.media.sound
Class SoftMixingDataLine.AudioFloatInputStreamResampler
java.lang.Object
com.sun.media.sound.AudioFloatInputStream
com.sun.media.sound.SoftMixingDataLine.AudioFloatInputStreamResampler
- Enclosing class:
- SoftMixingDataLine
protected static class SoftMixingDataLine.AudioFloatInputStreamResampler
- extends AudioFloatInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftMixingDataLine.AudioFloatInputStreamResampler
public SoftMixingDataLine.AudioFloatInputStreamResampler(AudioFloatInputStream ais,
javax.sound.sampled.AudioFormat format)
available
public int available()
throws java.io.IOException
- Specified by:
available
in class AudioFloatInputStream
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in class AudioFloatInputStream
- Throws:
java.io.IOException
getFormat
public javax.sound.sampled.AudioFormat getFormat()
- Specified by:
getFormat
in class AudioFloatInputStream
getFrameLength
public long getFrameLength()
- Specified by:
getFrameLength
in class AudioFloatInputStream
mark
public void mark(int readlimit)
- Specified by:
mark
in class AudioFloatInputStream
markSupported
public boolean markSupported()
- Specified by:
markSupported
in class AudioFloatInputStream
read
public int read(float[] b,
int off,
int len)
throws java.io.IOException
- Specified by:
read
in class AudioFloatInputStream
- Throws:
java.io.IOException
reset
public void reset()
throws java.io.IOException
- Specified by:
reset
in class AudioFloatInputStream
- Throws:
java.io.IOException
skip
public long skip(long len)
throws java.io.IOException
- Specified by:
skip
in class AudioFloatInputStream
- Throws:
java.io.IOException