Class StreamHelper.GlitchRemovingResult
-
- All Implemented Interfaces:
public class StreamHelper.GlitchRemovingResult
Contains durations without any glitch. It contains count of detected glitchs.
-
-
Constructor Summary
Constructors Constructor Description StreamHelper.GlitchRemovingResult(List<Integer> durations, int nbGlitchsDetected)
-
Method Summary
Modifier and Type Method Description List<Integer>
getDurations()
int
getNbGlitchsDetected()
-
-
Method Detail
-
getDurations
List<Integer> getDurations()
-
getNbGlitchsDetected
int getNbGlitchsDetected()
-
-
-
-