Amazon MediaLive · Schema
Scte20SourceSettings
Scte20 Source Settings
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| Convert608To708 | object | |
| Source608ChannelNumber | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-scte20-source-settings-schema.json",
"title": "Scte20SourceSettings",
"description": "Scte20 Source Settings",
"type": "object",
"properties": {
"Convert608To708": {
"allOf": [
{
"$ref": "#/components/schemas/Scte20Convert608To708"
},
{
"xml": {
"name": "convert608To708"
},
"description": "If upconvert, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded."
}
]
},
"Source608ChannelNumber": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1Max4"
},
{
"xml": {
"name": "source608ChannelNumber"
},
"description": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough."
}
]
}
}
}