Amazon MediaConvert · JSON Structure

Mediaconvert Api Output Settings Structure

Specific settings for this type of output.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

HlsSettings

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-output-settings-structure.json",
  "name": "OutputSettings",
  "type": "object",
  "description": "Specific settings for this type of output.",
  "properties": {
    "HlsSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HlsSettings"
        },
        {
          "xml": {
            "name": "hlsSettings"
          },
          "description": "Settings for HLS output groups"
        }
      ]
    }
  }
}