Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 610 Bytes

VideoEncodingStatusResponse.md

File metadata and controls

11 lines (8 loc) · 610 Bytes

IO.Swagger.Model.VideoEncodingStatusResponse

Properties

Name Type Description Notes
IsReady bool? Returns true if the video is done encoding and finalized. [optional]
IsFailed bool? Returns true if the video encoding process failed. [optional]
Progress int? 0-100 value indicating progress of video encoding process. [optional]

[Back to Model list] [Back to API list] [Back to README]