Amazon MediaLive · JSON Structure

Medialive Api Static Image Deactivate Schedule Action Settings Structure

Settings for the action to deactivate the image in a specific layer.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

FadeOut Layer

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-static-image-deactivate-schedule-action-settings-structure.json",
  "name": "StaticImageDeactivateScheduleActionSettings",
  "type": "object",
  "description": "Settings for the action to deactivate the image in a specific layer.",
  "properties": {
    "FadeOut": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "fadeOut"
          },
          "description": "The time in milliseconds for the image to fade out. Default is 0 (no fade-out)."
        }
      ]
    },
    "Layer": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max7"
        },
        {
          "xml": {
            "name": "layer"
          },
          "description": "The image overlay layer to deactivate, 0 to 7. Default is 0."
        }
      ]
    }
  }
}