Amazon MediaLive · Schema

TtmlDestinationSettings

Ttml Destination Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
StyleControl object
View JSON Schema on GitHub

JSON Schema

medialive-api-ttml-destination-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-ttml-destination-settings-schema.json",
  "title": "TtmlDestinationSettings",
  "description": "Ttml Destination Settings",
  "type": "object",
  "properties": {
    "StyleControl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TtmlDestinationStyleControl"
        },
        {
          "xml": {
            "name": "styleControl"
          },
          "description": "This field is not currently supported and will not affect the output styling. Leave the default value."
        }
      ]
    }
  }
}