M3u8 Pcr Control
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-m3u8-pcr-control-schema.json", "title": "M3u8PcrControl", "description": "M3u8 Pcr Control", "type": "string", "enum": [ "CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET" ] }