|
6496 | 6496 | "SCALED"
|
6497 | 6497 | ]
|
6498 | 6498 | },
|
| 6499 | + "DvbSubOcrLanguage": { |
| 6500 | + "type": "string", |
| 6501 | + "documentation": "Dvb Sub Ocr Language", |
| 6502 | + "enum": [ |
| 6503 | + "DEU", |
| 6504 | + "ENG", |
| 6505 | + "FRA", |
| 6506 | + "NLD", |
| 6507 | + "POR", |
| 6508 | + "SPA" |
| 6509 | + ] |
| 6510 | + }, |
6499 | 6511 | "DvbSubSourceSettings": {
|
6500 | 6512 | "type": "structure",
|
6501 | 6513 | "members": {
|
| 6514 | + "OcrLanguage": { |
| 6515 | + "shape": "DvbSubOcrLanguage", |
| 6516 | + "locationName": "ocrLanguage", |
| 6517 | + "documentation": "If you will configure a WebVTT caption description that references this caption selector, use this field to\nprovide the language to consider when translating the image-based source to text." |
| 6518 | + }, |
6502 | 6519 | "Pid": {
|
6503 | 6520 | "shape": "__integerMin1",
|
6504 | 6521 | "locationName": "pid",
|
|
8482 | 8499 | "shape": "__integerMin0",
|
8483 | 8500 | "locationName": "retryInterval",
|
8484 | 8501 | "documentation": "The number of seconds between retries when an attempt to read a manifest or segment fails."
|
| 8502 | + }, |
| 8503 | + "Scte35Source": { |
| 8504 | + "shape": "HlsScte35SourceType", |
| 8505 | + "locationName": "scte35Source", |
| 8506 | + "documentation": "Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected." |
8485 | 8507 | }
|
8486 | 8508 | },
|
8487 | 8509 | "documentation": "Hls Input Settings"
|
|
8637 | 8659 | },
|
8638 | 8660 | "documentation": "Hls S3 Settings"
|
8639 | 8661 | },
|
| 8662 | + "HlsScte35SourceType": { |
| 8663 | + "type": "string", |
| 8664 | + "documentation": "Hls Scte35 Source Type", |
| 8665 | + "enum": [ |
| 8666 | + "MANIFEST", |
| 8667 | + "SEGMENTS" |
| 8668 | + ] |
| 8669 | + }, |
8640 | 8670 | "HlsSegmentationMode": {
|
8641 | 8671 | "type": "string",
|
8642 | 8672 | "documentation": "Hls Segmentation Mode",
|
@@ -12662,10 +12692,12 @@
|
12662 | 12692 | },
|
12663 | 12693 | "ReservationSpecialFeature": {
|
12664 | 12694 | "type": "string",
|
12665 |
| - "documentation": "Special features, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'", |
| 12695 | + "documentation": "Special features, 'ADVANCED_AUDIO' 'AUDIO_NORMALIZATION' 'MGHD' or 'MGUHD'", |
12666 | 12696 | "enum": [
|
12667 | 12697 | "ADVANCED_AUDIO",
|
12668 |
| - "AUDIO_NORMALIZATION" |
| 12698 | + "AUDIO_NORMALIZATION", |
| 12699 | + "MGHD", |
| 12700 | + "MGUHD" |
12669 | 12701 | ]
|
12670 | 12702 | },
|
12671 | 12703 | "ReservationState": {
|
|
12999 | 13031 | },
|
13000 | 13032 | "documentation": "Scte27 Destination Settings"
|
13001 | 13033 | },
|
| 13034 | + "Scte27OcrLanguage": { |
| 13035 | + "type": "string", |
| 13036 | + "documentation": "Scte27 Ocr Language", |
| 13037 | + "enum": [ |
| 13038 | + "DEU", |
| 13039 | + "ENG", |
| 13040 | + "FRA", |
| 13041 | + "NLD", |
| 13042 | + "POR", |
| 13043 | + "SPA" |
| 13044 | + ] |
| 13045 | + }, |
13002 | 13046 | "Scte27SourceSettings": {
|
13003 | 13047 | "type": "structure",
|
13004 | 13048 | "members": {
|
| 13049 | + "OcrLanguage": { |
| 13050 | + "shape": "Scte27OcrLanguage", |
| 13051 | + "locationName": "ocrLanguage", |
| 13052 | + "documentation": "If you will configure a WebVTT caption description that references this caption selector, use this field to\nprovide the language to consider when translating the image-based source to text." |
| 13053 | + }, |
13005 | 13054 | "Pid": {
|
13006 | 13055 | "shape": "__integerMin1",
|
13007 | 13056 | "locationName": "pid",
|
|
0 commit comments