Amazon MediaLive · Schema

AvailBlanking

Avail Blanking

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AvailBlankingImage object
State object
View JSON Schema on GitHub

JSON Schema

medialive-api-avail-blanking-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-avail-blanking-schema.json",
  "title": "AvailBlanking",
  "description": "Avail Blanking",
  "type": "object",
  "properties": {
    "AvailBlankingImage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputLocation"
        },
        {
          "xml": {
            "name": "availBlankingImage"
          },
          "description": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported."
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvailBlankingState"
        },
        {
          "xml": {
            "name": "state"
          },
          "description": "When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added."
        }
      ]
    }
  }
}