Amazon MediaLive · JSON Structure

Medialive Api Ancillary Source Settings Structure

Ancillary Source Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

AncillarySourceSettings 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

SourceAncillaryChannelNumber

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-ancillary-source-settings-structure.json",
  "name": "AncillarySourceSettings",
  "type": "object",
  "description": "Ancillary Source Settings",
  "properties": {
    "SourceAncillaryChannelNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max4"
        },
        {
          "xml": {
            "name": "sourceAncillaryChannelNumber"
          },
          "description": "Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field."
        }
      ]
    }
  }
}