Skip to content

Files

Latest commit

eac5506 · Feb 21, 2025

History

History
101 lines (70 loc) · 3.72 KB
·

StaticRendition.md

File metadata and controls

101 lines (70 loc) · 3.72 KB
·

StaticRendition

Properties

Name Type Description Notes
name NameEnum Name of the static rendition file [optional]
ext ExtEnum Extension of the static rendition file [optional]
height Integer The height of the static rendition's file in pixels [optional]
width Integer The width of the static rendition's file in pixels [optional]
bitrate Long The bitrate in bits per second [optional]
filesize String The file size in bytes [optional]
type TypeEnum 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 StatusEnum 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]
resolutionTier ResolutionTierEnum 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 ResolutionEnum 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]

Enum: NameEnum

Name Value
LOW_MP4 "low.mp4"
MEDIUM_MP4 "medium.mp4"
HIGH_MP4 "high.mp4"
HIGHEST_MP4 "highest.mp4"
AUDIO_M4A "audio.m4a"
CAPPED_1080P_MP4 "capped-1080p.mp4"
_2160P_MP4 "2160p.mp4"
_1440P_MP4 "1440p.mp4"
_1080P_MP4 "1080p.mp4"
_720P_MP4 "720p.mp4"
_540P_MP4 "540p.mp4"
_480P_MP4 "480p.mp4"
_360P_MP4 "360p.mp4"
_270P_MP4 "270p.mp4"

Enum: ExtEnum

Name Value
MP4 "mp4"
M4A "m4a"

Enum: TypeEnum

Name Value
STANDARD "standard"
ADVANCED "advanced"

Enum: StatusEnum

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

Enum: ResolutionTierEnum

Name Value
_2160P "2160p"
_1440P "1440p"
_1080P "1080p"
_720P "720p"

Enum: ResolutionEnum

Name Value
HIGHEST "highest"
AUDIO_ONLY "audio-only"
_2160P "2160p"
_1440P "1440p"
_1080P "1080p"
_720P "720p"
_540P "540p"
_480P "480p"
_360P "360p"
_270P "270p"