org.tritonus.sampled.convert.gsm
Class GSMFormatConversionProvider.DecodedGSMAudioInputStream
java.lang.Object
java.io.InputStream
javax.sound.sampled.AudioInputStream
org.tritonus.share.sampled.convert.TAudioInputStream
org.tritonus.share.sampled.convert.TAsynchronousFilteredAudioInputStream
org.tritonus.sampled.convert.gsm.GSMFormatConversionProvider.DecodedGSMAudioInputStream
- All Implemented Interfaces:
- Closeable, TCircularBuffer.Trigger
- Enclosing class:
- GSMFormatConversionProvider
- public static class GSMFormatConversionProvider.DecodedGSMAudioInputStream
- extends TAsynchronousFilteredAudioInputStream
AudioInputStream returned on decoding of GSM.
An instance of this class is returned if you call
AudioSystem.getAudioInputStream(AudioFormat, AudioInputStream)
to decode a GSM stream. This class contains the logic
of maintaining buffers and calling the decoder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSMFormatConversionProvider.DecodedGSMAudioInputStream
public GSMFormatConversionProvider.DecodedGSMAudioInputStream(AudioFormat outputFormat,
AudioInputStream inputStream)
execute
public void execute()
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class TAsynchronousFilteredAudioInputStream
- Throws:
IOException