Skip to content

Commit 009da00

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: MediaLive now supports passing through style data on WebVTT caption outputs.
1 parent 9f7a419 commit 009da00

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "MediaLive now supports passing through style data on WebVTT caption outputs."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,6 +3112,26 @@
31123112
"USE_CONFIGURED"
31133113
]
31143114
},
3115+
"AudioHlsRenditionSelection": {
3116+
"type": "structure",
3117+
"members": {
3118+
"GroupId": {
3119+
"shape": "__stringMin1",
3120+
"locationName": "groupId",
3121+
"documentation": "Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition."
3122+
},
3123+
"Name": {
3124+
"shape": "__stringMin1",
3125+
"locationName": "name",
3126+
"documentation": "Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition."
3127+
}
3128+
},
3129+
"documentation": "Audio Hls Rendition Selection",
3130+
"required": [
3131+
"Name",
3132+
"GroupId"
3133+
]
3134+
},
31153135
"AudioLanguageSelection": {
31163136
"type": "structure",
31173137
"members": {
@@ -3255,6 +3275,10 @@
32553275
"AudioSelectorSettings": {
32563276
"type": "structure",
32573277
"members": {
3278+
"AudioHlsRenditionSelection": {
3279+
"shape": "AudioHlsRenditionSelection",
3280+
"locationName": "audioHlsRenditionSelection"
3281+
},
32583282
"AudioLanguageSelection": {
32593283
"shape": "AudioLanguageSelection",
32603284
"locationName": "audioLanguageSelection"
@@ -15161,9 +15185,22 @@
1516115185
"WebvttDestinationSettings": {
1516215186
"type": "structure",
1516315187
"members": {
15188+
"StyleControl": {
15189+
"shape": "WebvttDestinationStyleControl",
15190+
"locationName": "styleControl",
15191+
"documentation": "Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information."
15192+
}
1516415193
},
1516515194
"documentation": "Webvtt Destination Settings"
1516615195
},
15196+
"WebvttDestinationStyleControl": {
15197+
"type": "string",
15198+
"documentation": "Webvtt Destination Style Control",
15199+
"enum": [
15200+
"NO_STYLE_DATA",
15201+
"PASSTHROUGH"
15202+
]
15203+
},
1516715204
"__boolean": {
1516815205
"type": "boolean",
1516915206
"documentation": "Placeholder documentation for __boolean"

0 commit comments

Comments
 (0)