Skip to content

Commit 99433ad

Browse files
author
AWS
committed
AWS Elemental MediaPackage VOD Update: MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
1 parent f4272a9 commit 99433ad

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaPackage VOD",
4+
"contributor": "",
5+
"description": "MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
6+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,11 @@
14981498
"locationName": "hlsManifests",
14991499
"shape": "__listOfHlsManifest"
15001500
},
1501+
"IncludeDvbSubtitles": {
1502+
"documentation": "When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.",
1503+
"locationName": "includeDvbSubtitles",
1504+
"shape": "__boolean"
1505+
},
15011506
"SegmentDurationSeconds": {
15021507
"documentation": "Duration (in seconds) of each fragment. Actual fragments will be\nrounded to the nearest multiple of the source fragment duration.\n",
15031508
"locationName": "segmentDurationSeconds",

0 commit comments

Comments
 (0)