Skip to content

Commit a6f2a32

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.
1 parent 5e3f60a commit a6f2a32

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-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 MediaConvert",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs."
6+
}

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,6 +3064,14 @@
30643064
"RAW"
30653065
]
30663066
},
3067+
"CopyProtectionAction": {
3068+
"type": "string",
3069+
"documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
3070+
"enum": [
3071+
"PASSTHROUGH",
3072+
"STRIP"
3073+
]
3074+
},
30673075
"CreateJobRequest": {
30683076
"type": "structure",
30693077
"members": {
@@ -4553,6 +4561,22 @@
45534561
}
45544562
}
45554563
},
4564+
"ExtendedDataServices": {
4565+
"type": "structure",
4566+
"members": {
4567+
"CopyProtectionAction": {
4568+
"shape": "CopyProtectionAction",
4569+
"locationName": "copyProtectionAction",
4570+
"documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
4571+
},
4572+
"VchipAction": {
4573+
"shape": "VchipAction",
4574+
"locationName": "vchipAction",
4575+
"documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions."
4576+
}
4577+
},
4578+
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
4579+
},
45564580
"F4vMoovPlacement": {
45574581
"type": "string",
45584582
"documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
@@ -6866,6 +6890,11 @@
68666890
"locationName": "esam",
68676891
"documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
68686892
},
6893+
"ExtendedDataServices": {
6894+
"shape": "ExtendedDataServices",
6895+
"locationName": "extendedDataServices",
6896+
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
6897+
},
68696898
"Inputs": {
68706899
"shape": "__listOfInput",
68716900
"locationName": "inputs",
@@ -7022,6 +7051,11 @@
70227051
"locationName": "esam",
70237052
"documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
70247053
},
7054+
"ExtendedDataServices": {
7055+
"shape": "ExtendedDataServices",
7056+
"locationName": "extendedDataServices",
7057+
"documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory."
7058+
},
70257059
"Inputs": {
70267060
"shape": "__listOfInputTemplate",
70277061
"locationName": "inputs",
@@ -10514,6 +10548,14 @@
1051410548
"HARD"
1051510549
]
1051610550
},
10551+
"VchipAction": {
10552+
"type": "string",
10553+
"documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.",
10554+
"enum": [
10555+
"PASSTHROUGH",
10556+
"STRIP"
10557+
]
10558+
},
1051710559
"VideoCodec": {
1051810560
"type": "string",
1051910561
"documentation": "Type of video codec",

0 commit comments

Comments
 (0)