Amazon MediaLive · JSON Structure

Medialive Api Scte35 Input Mode Structure

Whether the SCTE-35 input should be the active input or a fixed input.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Scte35InputMode 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-scte35-input-mode-structure.json",
  "name": "Scte35InputMode",
  "type": "string",
  "description": "Whether the SCTE-35 input should be the active input or a fixed input.",
  "enum": [
    "FIXED",
    "FOLLOW_ACTIVE"
  ]
}