Amazon MediaConvert · JSON Structure

Mediaconvert Api Dvb Sub Source Settings Structure

DVB Sub Source Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

DvbSubSourceSettings 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

Pid

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-sub-source-settings-structure.json",
  "name": "DvbSubSourceSettings",
  "type": "object",
  "description": "DVB Sub Source Settings",
  "properties": {
    "Pid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max2147483647"
        },
        {
          "xml": {
            "name": "pid"
          },
          "description": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors."
        }
      ]
    }
  }
}