Amazon MediaLive · JSON Structure

Medialive Api Scte20 Source Settings Structure

Scte20 Source Settings

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Convert608To708 Source608ChannelNumber

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-scte20-source-settings-structure.json",
  "name": "Scte20SourceSettings",
  "type": "object",
  "description": "Scte20 Source Settings",
  "properties": {
    "Convert608To708": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte20Convert608To708"
        },
        {
          "xml": {
            "name": "convert608To708"
          },
          "description": "If upconvert, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded."
        }
      ]
    },
    "Source608ChannelNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max4"
        },
        {
          "xml": {
            "name": "source608ChannelNumber"
          },
          "description": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough."
        }
      ]
    }
  }
}