public class IntegrationFilter extends AbstractFilter
sampleSize, source| Constructor and Description | 
|---|
IntegrationFilter(SampleProvider source)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fetchSample(float[] sample,
           int off)
Fetches a sample from the source and then integrates it. 
 | 
void | 
resetTo(float value)
Sets the current value of the integrator to the specified value. 
 | 
sampleSizepublic IntegrationFilter(SampleProvider source)
public void resetTo(float value)
value - The valuepublic void fetchSample(float[] sample,
                        int off)
fetchSample in interface SampleProviderfetchSample in class AbstractFiltersample - The array to store the sample in.off - The elements of the sample are stored in the array starting at the offset position.AbstractFilter.fetchSample(float[], int)