StopTimecode 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.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-stop-timecode-structure.json",
"name": "StopTimecode",
"type": "object",
"description": "Settings to identify the end of the clip.",
"properties": {
"LastFrameClippingBehavior": {
"allOf": [
{
"$ref": "#/components/schemas/LastFrameClippingBehavior"
},
{
"xml": {
"name": "lastFrameClippingBehavior"
},
"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."
}
]
},
"Timecode": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "timecode"
},
"description": "The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.