UploadPaused

class UploadPaused(val uploadProgress: MuxUpload.Progress) : UploadStatus

The upload is currently paused. Part of the video file may have already been uploaded to Mux Video, but no data is currently being sent

Constructors

Link copied to clipboard
constructor(uploadProgress: MuxUpload.Progress)

Functions

Link copied to clipboard
open fun getError(): Exception?

If this upload failed, returns the error that caused the failure

Link copied to clipboard
open override fun getProgress(): MuxUpload.Progress

The progress, in bytes, of the upload. If the file isn't uploading yet, this will be null.

Link copied to clipboard

Returns whether or not the uplod was successful

Properties

Link copied to clipboard