Mux Upload SDK
0.5.0
androidJvm
Mux
Upload
SDK
com.
mux.
video.
upload
Mux
Upload
Sdk
Logger
com.
mux.
video.
upload.
api
Mux
Upload
Builder
Progress
Mux
Upload
Manager
Upload
Event
Listener
Upload
Result
Companion
Upload
Status
Preparing
Ready
Started
Upload
Failed
Uploading
Upload
Paused
Upload
Success
Mux Upload SDK
/
com.mux.video.upload.api
/
MuxUpload
/
Progress
Progress
data
class
Progress
(
val
bytesUploaded
:
Long
=
0
,
val
totalBytes
:
Long
=
0
,
val
startTime
:
Long
=
0
,
val
updatedTime
:
Long
=
0
)
The current progress of an upload, in terms of time elapsed and data transmitted
Members
Constructors
Progress
Link copied to clipboard
constructor
(
bytesUploaded
:
Long
=
0
,
totalBytes
:
Long
=
0
,
startTime
:
Long
=
0
,
updatedTime
:
Long
=
0
)
Properties
bytes
Uploaded
Link copied to clipboard
val
bytesUploaded
:
Long
=
0
start
Time
Link copied to clipboard
val
startTime
:
Long
=
0
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long
=
0
updated
Time
Link copied to clipboard
val
updatedTime
:
Long
=
0