Amazon MediaLive · JSON Structure

Medialive Api Timecode Burnin Settings Structure

Timecode Burnin Settings

Type: object Properties: 3 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

FontSize Position Prefix

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-timecode-burnin-settings-structure.json",
  "name": "TimecodeBurninSettings",
  "type": "object",
  "description": "Timecode Burnin Settings",
  "properties": {
    "FontSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimecodeBurninFontSize"
        },
        {
          "xml": {
            "name": "fontSize"
          },
          "description": "Choose a timecode burn-in font size"
        }
      ]
    },
    "Position": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimecodeBurninPosition"
        },
        {
          "xml": {
            "name": "position"
          },
          "description": "Choose a timecode burn-in output position"
        }
      ]
    },
    "Prefix": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMax255"
        },
        {
          "xml": {
            "name": "prefix"
          },
          "description": "Create a timecode burn-in prefix (optional)"
        }
      ]
    }
  },
  "required": [
    "Position",
    "FontSize"
  ]
}