public class Dump extends AbstractFilter
sampleSize, source| Constructor and Description |
|---|
Dump(SampleProvider source) |
Dump(SampleProvider source,
java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchSample(float[] sample,
int offset)
Fetches a sample from a sensor or filter.
|
sampleSizepublic Dump(SampleProvider source)
public Dump(SampleProvider source, java.lang.String format)
public void fetchSample(float[] sample,
int offset)
SampleProviderfetchSample in interface SampleProviderfetchSample in class AbstractFiltersample - The array to store the sample in.offset - The elements of the sample are stored in the array starting at the offset position.