Amazon MediaConvert · JSON Structure

Mediaconvert Api Dolby Vision Level6 Mode Structure

Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

DolbyVisionLevel6Mode is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-dolby-vision-level6-mode-structure.json",
  "name": "DolbyVisionLevel6Mode",
  "type": "string",
  "description": "Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.",
  "enum": [
    "PASSTHROUGH",
    "RECALCULATE",
    "SPECIFY"
  ]
}