Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.WebvttDestinationSettings.Builder
-
Packages that use WebvttDestinationSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of WebvttDestinationSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return WebvttDestinationSettings.Builder Modifier and Type Method Description WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. accessibility(String accessibility)If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled.WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. accessibility(WebvttAccessibilitySubs accessibility)If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled.static WebvttDestinationSettings.BuilderWebvttDestinationSettings. builder()WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. stylePassthrough(String stylePassthrough)To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled.WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. stylePassthrough(WebvttStylePassthrough stylePassthrough)To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled.WebvttDestinationSettings.BuilderWebvttDestinationSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type WebvttDestinationSettings.Builder Modifier and Type Method Description static Class<? extends WebvttDestinationSettings.Builder>WebvttDestinationSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type WebvttDestinationSettings.Builder Modifier and Type Method Description default CaptionDestinationSettings.BuilderCaptionDestinationSettings.Builder. webvttDestinationSettings(Consumer<WebvttDestinationSettings.Builder> webvttDestinationSettings)Settings related to WebVTT captions.
-