Overview

data class Overview(    val durationInMs: Int = 0,     val waveform: List<Float> = emptyList(),     val attachment: Attachment,     val isPlaying: Boolean = false,     val playingProgress: Float = 0.0f,     val playingId: Int = -1) : RecordingState

Constructors

Link copied to clipboard
constructor(    durationInMs: Int = 0,     waveform: List<Float> = emptyList(),     attachment: Attachment,     isPlaying: Boolean = false,     playingProgress: Float = 0.0f,     playingId: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
val durationInMs: Int = 0
Link copied to clipboard
Link copied to clipboard
val isPlaying: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String