Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 824 Bytes

AssetStaticRenditions.md

File metadata and controls

25 lines (14 loc) · 824 Bytes

AssetStaticRenditions

An object containing the current status of any static renditions (mp4s). The object does not exist if no static renditions have been requested. See Download your videos for more information.

Properties

Name Type Description Notes
status StatusEnum Indicates the status of downloadable MP4 versions of this asset. [optional]
files java.util.List<AssetStaticRenditionsFiles> Array of file objects. [optional]

Enum: StatusEnum

Name Value
READY "ready"
PREPARING "preparing"
DISABLED "disabled"
ERRORED "errored"