Amazon MediaLive · JSON Structure

Medialive Api Webvtt Destination Settings Structure

Webvtt Destination Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

WebvttDestinationSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StyleControl

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-medialive/refs/heads/main/json-structure/medialive-api-webvtt-destination-settings-structure.json",
  "name": "WebvttDestinationSettings",
  "type": "object",
  "description": "Webvtt Destination Settings",
  "properties": {
    "StyleControl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WebvttDestinationStyleControl"
        },
        {
          "xml": {
            "name": "styleControl"
          },
          "description": "Controls whether the color and position of the source captions is passed through to the WebVTT output captions.  PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT.  NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information."
        }
      ]
    }
  }
}