Skip to content

Commit 41cf60a

Browse files
author
AWS
committed
AWS Elemental MediaPackage Update: When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
1 parent 99433ad commit 41cf60a

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",
4+
"contributor": "",
5+
"description": "When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output."
6+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,11 @@
18751875
"locationName": "encryption",
18761876
"shape": "HlsEncryption"
18771877
},
1878+
"IncludeDvbSubtitles": {
1879+
"documentation": "When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.",
1880+
"locationName": "includeDvbSubtitles",
1881+
"shape": "__boolean"
1882+
},
18781883
"IncludeIframeOnlyStream": {
18791884
"documentation": "When enabled, an I-Frame only stream will be included in the output.",
18801885
"locationName": "includeIframeOnlyStream",

0 commit comments

Comments
 (0)