public interface BufferedSoundUnaryOp
| Modifier and Type | Method and Description |
|---|---|
BufferedSound |
filter(BufferedSound src,
BufferedSound dest)
Performs a single-input/single-output operation on a
BufferedSound.
|
BufferedSound filter(BufferedSound src, BufferedSound dest)
src - The operand (i.e., sound to operate on)dest - An empty sound to hold the result (or null)java.lang.IllegalArgumentException - if the sounds don't match