public interface WavProcessor
| Modifier and Type | Method and Description |
|---|---|
AudioFormat |
getFormat() |
long |
getFrameCount() |
double |
getLengthSeconds() |
int |
getSamplesBufferSize() |
void |
process(SampleProcessor processor) |
void |
reset() |
void |
setSamplesBufferSize(int size) |
void setSamplesBufferSize(int size)
int getSamplesBufferSize()
void reset()
double getLengthSeconds()
long getFrameCount()
AudioFormat getFormat()
void process(SampleProcessor processor)
Copyright © 2011-2014. All Rights Reserved.