org.tritonus.share.sampled
Class AudioSystemShadow
java.lang.Object
org.tritonus.share.sampled.AudioSystemShadow
- public class AudioSystemShadow
- extends 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioSystemShadow
public AudioSystemShadow()
getDataOutputStream
public static TDataOutputStream getDataOutputStream(File file)
throws IOException
- Throws:
IOException
getDataOutputStream
public static TDataOutputStream getDataOutputStream(OutputStream stream)
throws IOException
- Throws:
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,
File file)
throws IOException
- Throws:
IOException
getAudioOutputStream
public static AudioOutputStream getAudioOutputStream(AudioFileFormat.Type type,
AudioFormat audioFormat,
long lLengthInBytes,
OutputStream outputStream)
throws IOException
- Throws:
IOException