toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.messages.composer
/
RecordingState
/
Recording
Recording
sealed
class
Recording
:
RecordingState
Inheritors
Hold
Locked
Members
Members & Extensions
Properties
duration
In
Ms
Link copied to clipboard
abstract
val
durationInMs
:
Int
waveform
Link copied to clipboard
abstract
val
waveform
:
List
<
Float
>
Inherited functions
copy
Link copied to clipboard
fun
RecordingState.Recording
.
copy
(
duration
:
Int
=
this.durationInMs
,
waveform
:
List
<
Float
>
=
this.waveform
)
:
RecordingState.Recording