private class SumFilter.PlainSum extends SampleBuffer
| Modifier and Type | Field and Description | 
|---|---|
| (package private) float[] | latest | 
actualSize, bufferSize, currentPos, sampleBuffersampleSize, source| Modifier | Constructor and Description | 
|---|---|
| private  | PlainSum(SampleProvider source,
        int length) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fetchSample(float[] sample,
           int off)Fetches a sample from a sensors or filter. | 
getActualSize, getBufferSize, getOldest, toPossampleSizeprivate PlainSum(SampleProvider source, int length)
public void fetchSample(float[] sample,
                        int off)
SampleProviderfetchSample in interface SampleProviderfetchSample in class SampleBuffersample - The array to store the sample in.off - The elements of the sample are stored in the array starting at the offset position.