- listener
- OnDataCaptureListener registered
- rate
- rate in milliHertz at which the capture should be updated
- waveform
- true if a waveform capture is requested: the onWaveFormDataCapture() method will be called on the OnDataCaptureListener interface.
- fft
- true if a frequency capture is requested: the onFftDataCapture() method will be called on the OnDataCaptureListener interface.
Documentation for this section has not yet been entered.
Registers an OnDataCaptureListener interface and specifies the rate at which the capture should be updated as well as the type of capture requested.
Call this method with a null listener to stop receiving the capture updates.