org.tritonus.share.sampled
Class AudioSystemShadow
java.lang.Object
org.tritonus.share.sampled.AudioSystemShadow
public class AudioSystemShadow
- extends java.lang.Object
Experminatal area for AudioSystem.
This class is used to host features that may become part of the
Java Sound API (In which case they will be moved to AudioSystem).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioSystemShadow
public AudioSystemShadow()
getDataOutputStream
public static TDataOutputStream getDataOutputStream(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
getDataOutputStream
public static TDataOutputStream getDataOutputStream(java.io.OutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
getAudioOutputStream
public static AudioOutputStream getAudioOutputStream(AudioFileFormat.Type type,
AudioFormat audioFormat,
long lLengthInBytes,
TDataOutputStream dataOutputStream)
getAudioOutputStream
public static AudioOutputStream getAudioOutputStream(AudioFileFormat.Type type,
AudioFormat audioFormat,
long lLengthInBytes,
java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
getAudioOutputStream
public static AudioOutputStream getAudioOutputStream(AudioFileFormat.Type type,
AudioFormat audioFormat,
long lLengthInBytes,
java.io.OutputStream outputStream)
throws java.io.IOException
- Throws:
java.io.IOException