-
public interface SamplerInterface representing the sampling.
-
-
Method Summary
Modifier and Type Method Description abstract Booleansample()Sampling method. abstract FloatgetSampleRate()-
-
Method Detail
-
getSampleRate
@FloatRange(from = 0.0.toDouble(), to = 100.0.toDouble()) abstract Float getSampleRate()
-
-
-
-