StreamStatus

data class StreamStatus(val errorReasonCode: String? = null, val errorReasonText: String? = null, val pctComplete: String? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(errorReasonCode: String? = null, errorReasonText: String? = null, pctComplete: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorReasonCode: String? = null

Specifies why the video failed to encode. This field is empty if the video is not in an error state. Preferred for programmatic use.

Link copied to clipboard
val errorReasonText: String? = null

Specifies why the video failed to encode using a human readable error message in English. This field is empty if the video is not in an error state.

Link copied to clipboard
val pctComplete: String? = null

Indicates the size of the entire upload in bytes. The value must be a non-negative integer.

Link copied to clipboard
val state: String? = null

Specifies the processing status for all quality levels for a video. Available values: "pendingupload", "downloading", "queued", "inprogress", "ready", "error".