GetStreamStatus

data class GetStreamStatus(val errorReasonCode: String, val errorReasonText: String, val pctComplete: String, val state: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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

Link copied to clipboard

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