| Name |
Type |
Description |
Notes |
| name |
String |
Name of the static rendition file |
[optional] |
| ext |
String |
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 |
Integer |
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] |
require 'mux_ruby'
instance = MuxRuby::StaticRendition.new(
name: null,
ext: null,
height: null,
width: null,
bitrate: null,
filesize: null,
type: null,
status: null,
resolution_tier: null,
resolution: null,
id: null,
passthrough: null
)