public static interface ShadowVisualizer.VisualizerSource
ShadowVisualizer
. The default implementations are
there only to help tests to run when they don't need to verify specific behaviour, otherwise
tests should probably override these and provide some specific implementation that allows them
to verify the functionality needed.Modifier and Type | Method | Description |
---|---|---|
default int |
getFft(byte[] fft) |
|
default int |
getPeakRms(Visualizer.MeasurementPeakRms measurement) |
|
default int |
getSamplingRate() |
|
default int |
getWaveForm(byte[] waveform) |
|
default void |
release() |
default int getSamplingRate()
default int getWaveForm(byte[] waveform)
default int getFft(byte[] fft)
default int getPeakRms(Visualizer.MeasurementPeakRms measurement)
default void release()