Uploading

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

The upload is currently being sent to Mux Video. The progress is available

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.

Properties

Link copied to clipboard