Interface SmartSubtitleSourceSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SmartSubtitleSourceSettings.Builder,,SmartSubtitleSourceSettings> SdkBuilder<SmartSubtitleSourceSettings.Builder,,SmartSubtitleSourceSettings> SdkPojo
- Enclosing class:
SmartSubtitleSourceSettings
@Mutable
@NotThreadSafe
public static interface SmartSubtitleSourceSettings.Builder
extends SdkPojo, CopyableBuilder<SmartSubtitleSourceSettings.Builder,SmartSubtitleSourceSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncaptionSynchronizationMode(String captionSynchronizationMode) Controls whether MediaLive delays video to synchronize captions with audio and video output.captionSynchronizationMode(CaptionSynchronizationMode captionSynchronizationMode) Controls whether MediaLive delays video to synchronize captions with audio and video output.inferenceFeedOutput(String inferenceFeedOutput) The name of the Elemental Inference feed output that supplies subtitle input into this caption selector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
captionSynchronizationMode
Controls whether MediaLive delays video to synchronize captions with audio and video output.- Parameters:
captionSynchronizationMode- Controls whether MediaLive delays video to synchronize captions with audio and video output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
captionSynchronizationMode
SmartSubtitleSourceSettings.Builder captionSynchronizationMode(CaptionSynchronizationMode captionSynchronizationMode) Controls whether MediaLive delays video to synchronize captions with audio and video output.- Parameters:
captionSynchronizationMode- Controls whether MediaLive delays video to synchronize captions with audio and video output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inferenceFeedOutput
The name of the Elemental Inference feed output that supplies subtitle input into this caption selector.- Parameters:
inferenceFeedOutput- The name of the Elemental Inference feed output that supplies subtitle input into this caption selector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-