Amazon MediaConvert · JSON Structure

Mediaconvert Api Copy Protection Action Structure

The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

CopyProtectionAction 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-copy-protection-action-structure.json",
  "name": "CopyProtectionAction",
  "type": "string",
  "description": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
  "enum": [
    "PASSTHROUGH",
    "STRIP"
  ]
}