Amazon MediaLive · JSON Structure

Medialive Api Caption Selector Settings Structure

Caption Selector Settings

Type: object Properties: 7
BroadcastingMedia ProcessingMedia

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

Properties

AncillarySourceSettings AribSourceSettings DvbSubSourceSettings EmbeddedSourceSettings Scte20SourceSettings Scte27SourceSettings TeletextSourceSettings

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-caption-selector-settings-structure.json",
  "name": "CaptionSelectorSettings",
  "type": "object",
  "description": "Caption Selector Settings",
  "properties": {
    "AncillarySourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AncillarySourceSettings"
        },
        {
          "xml": {
            "name": "ancillarySourceSettings"
          }
        }
      ]
    },
    "AribSourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AribSourceSettings"
        },
        {
          "xml": {
            "name": "aribSourceSettings"
          }
        }
      ]
    },
    "DvbSubSourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DvbSubSourceSettings"
        },
        {
          "xml": {
            "name": "dvbSubSourceSettings"
          }
        }
      ]
    },
    "EmbeddedSourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EmbeddedSourceSettings"
        },
        {
          "xml": {
            "name": "embeddedSourceSettings"
          }
        }
      ]
    },
    "Scte20SourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte20SourceSettings"
        },
        {
          "xml": {
            "name": "scte20SourceSettings"
          }
        }
      ]
    },
    "Scte27SourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte27SourceSettings"
        },
        {
          "xml": {
            "name": "scte27SourceSettings"
          }
        }
      ]
    },
    "TeletextSourceSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TeletextSourceSettings"
        },
        {
          "xml": {
            "name": "teletextSourceSettings"
          }
        }
      ]
    }
  }
}