Amazon MediaLive · Schema

AncillarySourceSettings

Ancillary Source Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
SourceAncillaryChannelNumber object
View JSON Schema on GitHub

JSON Schema

medialive-api-ancillary-source-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-ancillary-source-settings-schema.json",
  "title": "AncillarySourceSettings",
  "description": "Ancillary Source Settings",
  "type": "object",
  "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."
        }
      ]
    }
  }
}