org.tritonus.saol.engine
Class FileOutput

java.lang.Object
  extended by org.tritonus.saol.engine.Bus
      extended by org.tritonus.saol.engine.AudioOutputStreamOutput
          extended by org.tritonus.saol.engine.FileOutput
All Implemented Interfaces:
Output, SystemOutput

public class FileOutput
extends AudioOutputStreamOutput


Constructor Summary
FileOutput(java.io.File outputFile, AudioFileFormat.Type targetType, AudioFormat audioFormat)
           
 
Method Summary
 
Methods inherited from class org.tritonus.saol.engine.AudioOutputStreamOutput
close, emit
 
Methods inherited from class org.tritonus.saol.engine.Bus
clear, getValues, getWidth, output, output
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tritonus.saol.engine.Output
clear, getWidth, output, output
 

Constructor Detail

FileOutput

public FileOutput(java.io.File outputFile,
                  AudioFileFormat.Type targetType,
                  AudioFormat audioFormat)
           throws java.io.IOException
Throws:
java.io.IOException