Class RecordingState.Overview
-
- All Implemented Interfaces:
public final class RecordingState.Overview extends RecordingState
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdurationInMsprivate final List<Float>waveformprivate final Attachmentattachmentprivate final BooleanisPlayingprivate final FloatplayingProgressprivate final IntegerplayingId
-
Method Summary
Modifier and Type Method Description final IntegergetDurationInMs()final List<Float>getWaveform()final AttachmentgetAttachment()final BooleanisPlaying()final FloatgetPlayingProgress()final IntegergetPlayingId()StringtoString()-
-
Method Detail
-
getDurationInMs
final Integer getDurationInMs()
-
getWaveform
final List<Float> getWaveform()
-
getAttachment
final Attachment getAttachment()
-
getPlayingProgress
final Float getPlayingProgress()
-
getPlayingId
final Integer getPlayingId()
-
-
-
-