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-05-15 UTC."],[[["VideoMetadata objects contain information about video assets, such as duration, bit rate, and size."],["The scalable type, duration, size, and mime type of the asset are required attributes for VideoMetadata."],["The VideoMetadata object supports a range of video delivery types, including progressive and streaming protocols like HLS or DASH."],["The bit rate can be specified as a single value or as a minimum and maximum range for adaptive bitrate videos."],["The asset's codecs can optionally be specified using the `codecs` attribute."]]],["The `VideoMetadata` defines attributes for a video asset within the `CreativeService`. Key actions include setting the `scalableType` (e.g., `NOT_SCALABLE`, `RATIO_SCALABLE`), `duration` in milliseconds, `bitRate` (or `minimumBitRate` and `maximumBitRate` for ranges), `size`, `mimeType` (e.g., `VIDEO_MP4`, `VIDEO_WEBM`), `deliveryType` (`PROGRESSIVE` or `STREAMING`), and `codecs`. These specifications determine how the video is scaled, played, and delivered. All are required except `codecs`.\n"]]