public class FadeableAudioInputStream extends AudioInputStream
format, frameLength, framePos, frameSize| Constructor and Description |
|---|
FadeableAudioInputStream(AudioInputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
fadeOut() |
int |
read(byte[] b) |
int |
read(byte[] b,
int offset,
int length) |
available, close, getFormat, getFrameLength, mark, markSupported, read, reset, skippublic FadeableAudioInputStream(AudioInputStream stream) throws IOException
IOExceptionpublic void fadeOut()
public int read(byte[] b)
throws IOException
read in class AudioInputStreamIOExceptionpublic int read(byte[] b,
int offset,
int length)
throws IOException
read in class AudioInputStreamIOExceptionCopyright © 2017. All rights reserved.