|
3112 | 3112 | "USE_CONFIGURED"
|
3113 | 3113 | ]
|
3114 | 3114 | },
|
| 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 | + }, |
3115 | 3135 | "AudioLanguageSelection": {
|
3116 | 3136 | "type": "structure",
|
3117 | 3137 | "members": {
|
|
3255 | 3275 | "AudioSelectorSettings": {
|
3256 | 3276 | "type": "structure",
|
3257 | 3277 | "members": {
|
| 3278 | + "AudioHlsRenditionSelection": { |
| 3279 | + "shape": "AudioHlsRenditionSelection", |
| 3280 | + "locationName": "audioHlsRenditionSelection" |
| 3281 | + }, |
3258 | 3282 | "AudioLanguageSelection": {
|
3259 | 3283 | "shape": "AudioLanguageSelection",
|
3260 | 3284 | "locationName": "audioLanguageSelection"
|
|
15161 | 15185 | "WebvttDestinationSettings": {
|
15162 | 15186 | "type": "structure",
|
15163 | 15187 | "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 | + } |
15164 | 15193 | },
|
15165 | 15194 | "documentation": "Webvtt Destination Settings"
|
15166 | 15195 | },
|
| 15196 | + "WebvttDestinationStyleControl": { |
| 15197 | + "type": "string", |
| 15198 | + "documentation": "Webvtt Destination Style Control", |
| 15199 | + "enum": [ |
| 15200 | + "NO_STYLE_DATA", |
| 15201 | + "PASSTHROUGH" |
| 15202 | + ] |
| 15203 | + }, |
15167 | 15204 | "__boolean": {
|
15168 | 15205 | "type": "boolean",
|
15169 | 15206 | "documentation": "Placeholder documentation for __boolean"
|
|
0 commit comments