org.tritonus.sampled.file.gsm
Class GSMAudioFileWriter

java.lang.Object
  extended byjavax.sound.sampled.spi.AudioFileWriter
      extended byorg.tritonus.share.sampled.file.TAudioFileWriter
          extended byorg.tritonus.share.sampled.file.THeaderlessAudioFileWriter
              extended byorg.tritonus.sampled.file.gsm.GSMAudioFileWriter

public class GSMAudioFileWriter
extends THeaderlessAudioFileWriter

Class for writing GSM streams

Author:
Florian Bomers, Matthias Pfisterer

Field Summary
 
Fields inherited from class org.tritonus.share.sampled.file.TAudioFileWriter
ALL, NULL_TYPE_ARRAY, PCM_SIGNED, PCM_UNSIGNED
 
Constructor Summary
GSMAudioFileWriter()
           
 
Method Summary
 
Methods inherited from class org.tritonus.share.sampled.file.THeaderlessAudioFileWriter
getAudioOutputStream
 
Methods inherited from class org.tritonus.share.sampled.file.TAudioFileWriter
getAudioFileTypes, getAudioFileTypes, getSupportedAudioFormats, isAudioFormatSupportedImpl, isFileTypeSupported, isFileTypeSupported, write, write, writeImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMAudioFileWriter

public GSMAudioFileWriter()