Package de.jarnbjo.util.audio
Class FadeableAudioInputStream
java.lang.Object
java.io.InputStream
javax.sound.sampled.AudioInputStream
de.jarnbjo.util.audio.FadeableAudioInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class javax.sound.sampled.AudioInputStream
format, frameLength, framePos, frameSize
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.sound.sampled.AudioInputStream
available, close, getFormat, getFrameLength, mark, markSupported, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
FadeableAudioInputStream
- Throws:
IOException
-
-
Method Details
-
fadeOut
public void fadeOut() -
read
- Overrides:
read
in classAudioInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classAudioInputStream
- Throws:
IOException
-