Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1020 Bytes

VideoStatusIngest.md

File metadata and controls

13 lines (9 loc) · 1020 Bytes

VideoStatusIngest

Properties

Name Type Description Notes
status String There are four possible statuses depending on how you provide a video file: - `uploading` - the API is gathering the video source file from an upload. - `uploaded` - the video file is fully uploaded. - `ingesting` - the API is gathering the video source file from either a URL, or from cloning. - `ingested` - the video file is fully stored. [optional]
filesize Int The size of your file in bytes. [optional]
receivedBytes [BytesRange] The total number of bytes received, listed for each chunk of the upload. [optional]
receivedParts VideoStatusIngestReceivedParts [optional]

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