Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.23 KB

VideoStatusIngest.md

File metadata and controls

32 lines (19 loc) · 1.23 KB

VideoStatusIngest

Details about the capturing, transferring, and storing of your video for use immediately or in the future.

Properties

Name Type Description Notes
status StatusEnum 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 Integer The size of your file in bytes. [optional]
receivedBytes List<BytesRange> The total number of bytes received, listed for each chunk of the upload. [optional]
receivedParts VideoStatusIngestReceivedParts [optional]

Enum: StatusEnum

Name Value
UPLOADING "uploading"
UPLOADED "uploaded"
INGESTING "ingesting"
INGESTED "ingested"

Implemented Interfaces

  • Serializable
  • DeepObject