|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter
| Nested Class Summary | |
|---|---|
static interface |
Filter.State
|
static class |
Filter.Type
Classic filter types |
| Method Summary | |
|---|---|
void |
clear()
Clear the filter's states (i.e. |
void |
close()
Close this Filter, release resources, deleteObservers etc. |
void |
filter(float[] source,
float[] dest,
int length,
int chan,
boolean mix)
Filter the source signal to the destination signal. |
void |
open()
Open this Filter, acquire resources, addObservers etc. |
void |
setSampleRate(int sampleRate)
Called when the sample rate changes. |
| Method Detail |
|---|
void open()
void close()
void filter(float[] source,
float[] dest,
int length,
int chan,
boolean mix)
chan - permits the Filter to use different States for different
logical filter channels.void clear()
void setSampleRate(int sampleRate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||