Amazon MediaLive · JSON Structure

Medialive Api Udp Container Settings Structure

Udp Container Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

UdpContainerSettings 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

M2tsSettings

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-udp-container-settings-structure.json",
  "name": "UdpContainerSettings",
  "type": "object",
  "description": "Udp Container Settings",
  "properties": {
    "M2tsSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/M2tsSettings"
        },
        {
          "xml": {
            "name": "m2tsSettings"
          }
        }
      ]
    }
  }
}