public static class ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream
extends org.tritonus.share.sampled.convert.TSynchronousFilteredAudioInputStream
Constructor and Description |
---|
DecodedImaAdpcmAudioInputStream(javax.sound.sampled.AudioInputStream encodedStream,
javax.sound.sampled.AudioFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
protected int |
convert(byte[] inBuffer,
byte[] outBuffer,
int outByteOffset,
int inFrameCount) |
protected int |
getFrameSize() |
protected int |
getSampleSizeInBytes() |
available, close, convert, convertInPlace, enableConvertInPlace, enableFloatConversion, getChannels, getOriginalFormat, getOriginalStream, getSampleRate, isDone, mark, markSupported, read, read, read, read, reset, skip
public DecodedImaAdpcmAudioInputStream(javax.sound.sampled.AudioInputStream encodedStream, javax.sound.sampled.AudioFormat outputFormat)
protected int convert(byte[] inBuffer, byte[] outBuffer, int outByteOffset, int inFrameCount)
convert
in class org.tritonus.share.sampled.convert.TSynchronousFilteredAudioInputStream
protected int getSampleSizeInBytes()
protected int getFrameSize()