Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Es Rate In Pes Structure

Controls whether to include the ES Rate field in the PES header.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-m2ts-es-rate-in-pes-structure.json",
  "name": "M2tsEsRateInPes",
  "type": "string",
  "description": "Controls whether to include the ES Rate field in the PES header.",
  "enum": [
    "INCLUDE",
    "EXCLUDE"
  ]
}