The scalable type of the asset. This attribute is required.
Enumerations
UNKNOWN
The value returned if the actual value is not exposed by the requested API
version.
NOT_SCALABLE
The creative should not be scaled.
RATIO_SCALABLE
The creative can be scaled and its aspect-ratio must be maintained.
STRETCH_SCALABLE
The creative can be scaled and its aspect-ratio can be distorted.
duration
xsd:int
The duration of the asset in milliseconds. This attribute is required.
bitRate
xsd:int
The bit rate of the asset in kbps. If the asset can play at a range of bit rates (such as an
Http Live Streaming video), then set the bit rate to zero and populate the minimum and maximum
bit rate instead.
minimumBitRate
xsd:int
The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit
rates.
maximumBitRate
xsd:int
The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit
rates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["VideoMetadata objects define essential information about video assets, such as duration, bit rate, size, and delivery type."],["Required attributes for VideoMetadata include scalable type, duration, size, and mime type."],["Video bit rate can be specified as a single value or as a range with minimum and maximum values."],["The `deliveryType` attribute distinguishes between progressive download and streaming delivery for videos."],["Codecs used in the video asset are optionally specified in the `codecs` attribute."]]],["The `VideoMetadata` defines properties for video assets, including `scalableType` (how it scales), `duration` (in milliseconds), `bitRate` (in kbps), `minimumBitRate`, `maximumBitRate`, `size` (width and height), `mimeType` (file format), `deliveryType` (progressive download or streaming), and `codecs`. Key actions include setting required attributes like `scalableType`, `duration`, `size`, `mimeType`, and `deliveryType`, while `bitRate` and `minimum/maximumBitRate` are conditionally set based on the video's ability to play at different bitrates.\n"]]