Amazon MediaLive · JSON Structure

Medialive Api Input Maximum Bitrate Structure

Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

InputMaximumBitrate is a JSON Structure definition published by Amazon MediaLive. 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-medialive/refs/heads/main/json-structure/medialive-api-input-maximum-bitrate-structure.json",
  "name": "InputMaximumBitrate",
  "type": "string",
  "description": "Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.",
  "enum": [
    "MAX_10_MBPS",
    "MAX_20_MBPS",
    "MAX_50_MBPS"
  ]
}