Package ipsk.audio.io.push
Interface IAudioOutputStream
- 
- All Superinterfaces:
- java.lang.AutoCloseable,- java.io.Closeable,- java.io.Flushable,- IOutputStream
 - All Known Implementing Classes:
- AudioOutputStreamFloatConverter,- GrowingTempFileAudioSource
 
 public interface IAudioOutputStream extends IOutputStream - Author:
- klausj
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.sound.sampled.AudioFormatgetAudioFormat()voidsetAudioFormat(javax.sound.sampled.AudioFormat audioFormat)- 
Methods inherited from interface ipsk.io.IOutputStreamwrite
 
- 
 
- 
- 
- 
Method Detail- 
getAudioFormatjavax.sound.sampled.AudioFormat getAudioFormat() 
 - 
setAudioFormatvoid setAudioFormat(javax.sound.sampled.AudioFormat audioFormat) throws AudioFormatNotSupportedException- Throws:
- AudioFormatNotSupportedException
 
 
- 
 
-