Audio Waveform Info
@JsonClass(generateAdapter = true )
Content copied to clipboard
See https://github.com/matrix-org/matrix-doc/blob/travis/msc/audio-waveform/proposals/3246-audio-waveform.md
Constructors
Link copied to clipboard
fun AudioWaveformInfo(@Json(name = "duration" ) duration: Int? = null, @Json(name = "waveform" ) waveform: List<Int?>? = null)
Content copied to clipboard