Class RecordingState.Hold
-
- All Implemented Interfaces:
public final class RecordingState.Hold extends RecordingState.Recording
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdurationInMsprivate final List<Float>waveform
-
Constructor Summary
Constructors Constructor Description RecordingState.Hold(Integer durationInMs, List<Float> waveform)
-
Method Summary
Modifier and Type Method Description IntegergetDurationInMs()List<Float>getWaveform()StringtoString()-
-
Method Detail
-
getDurationInMs
Integer getDurationInMs()
-
getWaveform
List<Float> getWaveform()
-
-
-
-