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