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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.sound.sampled.AudioFormat
getAudioFormat()
void
setAudioFormat(javax.sound.sampled.AudioFormat audioFormat)
-
Methods inherited from interface ipsk.io.IOutputStream
write
-
-
-
-
Method Detail
-
getAudioFormat
javax.sound.sampled.AudioFormat getAudioFormat()
-
setAudioFormat
void setAudioFormat(javax.sound.sampled.AudioFormat audioFormat) throws AudioFormatNotSupportedException
- Throws:
AudioFormatNotSupportedException
-
-