Amazon MediaLive · JSON Structure

Medialive Api Last Frame Clipping Behavior Structure

If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-last-frame-clipping-behavior-structure.json",
  "name": "LastFrameClippingBehavior",
  "type": "string",
  "description": "If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.",
  "enum": [
    "EXCLUDE_LAST_FRAME",
    "INCLUDE_LAST_FRAME"
  ]
}