Amazon MediaConvert · JSON Structure

Mediaconvert Api Hls Caption Language Mapping Structure

Caption Language Mapping

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

CaptionChannel CustomLanguageCode LanguageCode LanguageDescription

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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-hls-caption-language-mapping-structure.json",
  "name": "HlsCaptionLanguageMapping",
  "type": "object",
  "description": "Caption Language Mapping",
  "properties": {
    "CaptionChannel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative2147483648Max2147483647"
        },
        {
          "xml": {
            "name": "captionChannel"
          },
          "description": "Caption channel."
        }
      ]
    },
    "CustomLanguageCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin3Max3PatternAZaZ3"
        },
        {
          "xml": {
            "name": "customLanguageCode"
          },
          "description": "Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code"
        }
      ]
    },
    "LanguageCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LanguageCode"
        },
        {
          "xml": {
            "name": "languageCode"
          },
          "description": "Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php."
        }
      ]
    },
    "LanguageDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "languageDescription"
          },
          "description": "Caption language description."
        }
      ]
    }
  }
}