Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 644 Bytes

VideoEncodingStatusResponse.md

File metadata and controls

12 lines (8 loc) · 644 Bytes

VideoEncodingStatusResponse

Properties

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

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