Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 934 Bytes

AssetStaticRenditionsFiles.md

File metadata and controls

38 lines (23 loc) · 934 Bytes

AssetStaticRenditionsFiles

Properties

Name Type Description Notes
name NameEnum [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]

Enum: NameEnum

Name Value
LOW_MP4 "low.mp4"
MEDIUM_MP4 "medium.mp4"
HIGH_MP4 "high.mp4"
AUDIO_M4A "audio.m4a"
CAPPED_1080P_MP4 "capped-1080p.mp4"

Enum: ExtEnum

Name Value
MP4 "mp4"
M4A "m4a"