Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.34 KB

StaticRendition.md

File metadata and controls

21 lines (17 loc) · 2.34 KB

StaticRendition

Properties

Name Type Description Notes
name str Name of the static rendition file [optional]
ext str Extension of the static rendition file [optional]
height int The height of the static rendition's file in pixels [optional]
width int The width of the static rendition's file in pixels [optional]
bitrate int The bitrate in bits per second [optional]
filesize str The file size in bytes [optional]
type str Indicates the static rendition type of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. [optional]
status str Indicates the status of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. * `ready` indicates the MP4 has been generated and is ready for download * `preparing` indicates the asset has not been ingested or the static rendition is still being generated after an asset is ready * `skipped` indicates the static rendition will not be generated because the requested resolution conflicts with the asset attributes after the asset has been ingested * `errored` indicates the static rendition cannot be generated. For example, an asset could not be ingested [optional]
resolution_tier str Indicates the resolution tier of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. [optional]
resolution str Indicates the resolution of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. [optional]
id str The ID of this static rendition, used in managing this static rendition. This field is only valid for `static_renditions`, not for `mp4_support`. [optional]
passthrough str Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. [optional]

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