Get Stream Status
data class GetStreamStatus(val errorReasonCode: String, val errorReasonText: String, val pctComplete: String, val state: String)
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.