|
7319 | 7319 | "TeletextSourceSettings": { |
7320 | 7320 | "shape": "TeletextSourceSettings", |
7321 | 7321 | "locationName": "teletextSourceSettings" |
| 7322 | + }, |
| 7323 | + "SmartSubtitleSourceSettings": { |
| 7324 | + "shape": "SmartSubtitleSourceSettings", |
| 7325 | + "locationName": "smartSubtitleSourceSettings" |
7322 | 7326 | } |
7323 | 7327 | }, |
7324 | 7328 | "documentation": "Caption Selector Settings" |
|
30524 | 30528 | "shape": "__string", |
30525 | 30529 | "locationName": "feedArn", |
30526 | 30530 | "documentation": "The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service." |
| 30531 | + }, |
| 30532 | + "AudioFeedInputs": { |
| 30533 | + "shape": "__listOfAudioFeedInput", |
| 30534 | + "locationName": "audioFeedInputs", |
| 30535 | + "documentation": "A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed." |
30527 | 30536 | } |
30528 | 30537 | }, |
30529 | 30538 | "documentation": "Configures Elemental Inference features in a channel." |
|
30535 | 30544 | "shape": "__string", |
30536 | 30545 | "locationName": "feedArn", |
30537 | 30546 | "documentation": "The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service." |
| 30547 | + }, |
| 30548 | + "AudioFeedInputs": { |
| 30549 | + "shape": "__listOfAudioFeedInput", |
| 30550 | + "locationName": "audioFeedInputs", |
| 30551 | + "documentation": "A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed." |
30538 | 30552 | } |
30539 | 30553 | }, |
30540 | 30554 | "documentation": "Configures Elemental Inference features in a channel." |
|
30631 | 30645 | }, |
30632 | 30646 | "documentation": "Placeholder documentation for __listOfMediaConnectRouterOutputDestinationSettings" |
30633 | 30647 | }, |
| 30648 | + "__listOfOutputLocationRef": { |
| 30649 | + "type": "list", |
| 30650 | + "member": { |
| 30651 | + "shape": "OutputLocationRef" |
| 30652 | + }, |
| 30653 | + "documentation": "Placeholder documentation for __listOfOutputLocationRef" |
| 30654 | + }, |
30634 | 30655 | "MediaConnectRouterOutputConnection": { |
30635 | 30656 | "type": "structure", |
30636 | 30657 | "members": { |
|
30651 | 30672 | "value": { |
30652 | 30673 | "shape": "MediaConnectRouterOutputConnection" |
30653 | 30674 | } |
| 30675 | + }, |
| 30676 | + "AudioFeedInput": { |
| 30677 | + "type": "structure", |
| 30678 | + "members": { |
| 30679 | + "AudioSelectorName": { |
| 30680 | + "shape": "__string", |
| 30681 | + "locationName": "audioSelectorName", |
| 30682 | + "documentation": "The name of the audio selector in the channel that will be sent to the Elemental Inference feed input." |
| 30683 | + }, |
| 30684 | + "FeedInput": { |
| 30685 | + "shape": "__string", |
| 30686 | + "locationName": "feedInput", |
| 30687 | + "documentation": "The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector." |
| 30688 | + } |
| 30689 | + }, |
| 30690 | + "documentation": "Maps an audio selector in the channel to a feed input on the associated Elemental Inference feed." |
| 30691 | + }, |
| 30692 | + "CaptionSynchronizationMode": { |
| 30693 | + "type": "string", |
| 30694 | + "documentation": "Controls how MediaLive synchronizes Elemental Inference generated subtitles with video output.\n\nvideo_aligned_captions - MediaLive delays video to ensure captions are synchronized with\n audio and video.\nno_video_delay - MediaLive does not delay video for caption alignment. Captions output\n timing is adjusted to align with video as captions become available.", |
| 30695 | + "enum": [ |
| 30696 | + "NO_VIDEO_DELAY", |
| 30697 | + "VIDEO_ALIGNED_CAPTIONS" |
| 30698 | + ] |
| 30699 | + }, |
| 30700 | + "SmartSubtitleSourceSettings": { |
| 30701 | + "type": "structure", |
| 30702 | + "members": { |
| 30703 | + "CaptionSynchronizationMode": { |
| 30704 | + "shape": "CaptionSynchronizationMode", |
| 30705 | + "locationName": "captionSynchronizationMode", |
| 30706 | + "documentation": "Controls whether MediaLive delays video to synchronize captions with audio and video output." |
| 30707 | + }, |
| 30708 | + "InferenceFeedOutput": { |
| 30709 | + "shape": "__string", |
| 30710 | + "locationName": "inferenceFeedOutput", |
| 30711 | + "documentation": "The name of the Elemental Inference feed output that supplies subtitle input into this caption selector." |
| 30712 | + } |
| 30713 | + }, |
| 30714 | + "documentation": "Smart Subtitle Source Settings" |
| 30715 | + }, |
| 30716 | + "__listOfAudioFeedInput": { |
| 30717 | + "type": "list", |
| 30718 | + "member": { |
| 30719 | + "shape": "AudioFeedInput" |
| 30720 | + }, |
| 30721 | + "documentation": "Placeholder documentation for __listOfAudioFeedInput" |
30654 | 30722 | } |
30655 | 30723 | }, |
30656 | 30724 | "documentation": "API for AWS Elemental MediaLive" |
|
0 commit comments