Amazon MediaConvert · JSON Structure

Mediaconvert Api Dvb Tdt Settings Structure

Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

DvbTdtSettings 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

TdtInterval

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-dvb-tdt-settings-structure.json",
  "name": "DvbTdtSettings",
  "type": "object",
  "description": "Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.",
  "properties": {
    "TdtInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1000Max30000"
        },
        {
          "xml": {
            "name": "tdtInterval"
          },
          "description": "The number of milliseconds between instances of this table in the output transport stream."
        }
      ]
    }
  }
}