toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.audio
/
ProgressData
Progress
Data
data
class
ProgressData
(
val
currentPosition
:
Int
,
val
progress
:
Float
,
val
duration
:
Int
)
Progress data of the audio track.
Members
Constructors
Progress
Data
Link copied to clipboard
constructor
(
currentPosition
:
Int
,
progress
:
Float
,
duration
:
Int
)
Properties
current
Position
Link copied to clipboard
val
currentPosition
:
Int
duration
Link copied to clipboard
val
duration
:
Int
progress
Link copied to clipboard
val
progress
:
Float