Amazon MediaLive · Schema

Mpeg2GopSizeUnits

Mpeg2 Gop Size Units

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-mpeg2-gop-size-units-schema.json Raw ↑
{
  "$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-mpeg2-gop-size-units-schema.json",
  "title": "Mpeg2GopSizeUnits",
  "description": "Mpeg2 Gop Size Units",
  "type": "string",
  "enum": [
    "FRAMES",
    "SECONDS"
  ]
}