Amazon MediaLive · JSON Structure

Medialive Api Scte35 Time Signal Apos Structure

Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

Scte35TimeSignalApos is a JSON Structure definition published by Amazon MediaLive, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AdAvailOffset NoRegionalBlackoutFlag WebDeliveryAllowedFlag

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-time-signal-apos-structure.json",
  "name": "Scte35TimeSignalApos",
  "type": "object",
  "description": "Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.",
  "properties": {
    "AdAvailOffset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative1000Max1000"
        },
        {
          "xml": {
            "name": "adAvailOffset"
          },
          "description": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages."
        }
      ]
    },
    "NoRegionalBlackoutFlag": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte35AposNoRegionalBlackoutBehavior"
        },
        {
          "xml": {
            "name": "noRegionalBlackoutFlag"
          },
          "description": "When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
        }
      ]
    },
    "WebDeliveryAllowedFlag": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte35AposWebDeliveryAllowedBehavior"
        },
        {
          "xml": {
            "name": "webDeliveryAllowedFlag"
          },
          "description": "When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates"
        }
      ]
    }
  }
}