Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.34 KB

File metadata and controls

20 lines (17 loc) · 2.34 KB

# StaticRendition

Properties

Name Type Description Notes
name string Name of the static rendition file [optional]
ext string 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 string The file size in bytes [optional]
type string 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 string 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 string 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 string 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 string 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 string Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. [optional]

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