Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 678 Bytes

AssetMaster.md

File metadata and controls

24 lines (13 loc) · 678 Bytes

AssetMaster

An object containing the current status of Master Access and the link to the Master MP4 file when ready. This object does not exist if master_access is set to none and when the temporary URL expires.

Properties

Name Type Description Notes
status StatusEnum [optional]
url String The temporary URL to the master version of the video, as an MP4 file. This URL will expire after 24 hours. [optional]

Enum: StatusEnum

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