CmafManifestDurationFormat

Indicates whether the output manifest should use floating point values for segment duration.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-cmaf-manifest-duration-format-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-cmaf-manifest-duration-format-schema.json",
  "title": "CmafManifestDurationFormat",
  "description": "Indicates whether the output manifest should use floating point values for segment duration.",
  "type": "string",
  "enum": [
    "FLOATING_POINT",
    "INTEGER"
  ]
}