Amazon MediaLive · JSON Structure

Medialive Api Start Timecode Structure

Settings to identify the start of the clip.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Timecode

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-start-timecode-structure.json",
  "name": "StartTimecode",
  "type": "object",
  "description": "Settings to identify the start of the clip.",
  "properties": {
    "Timecode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "timecode"
          },
          "description": "The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF."
        }
      ]
    }
  }
}