Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.TtmlDestinationSettings.Builder
-
Packages that use TtmlDestinationSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TtmlDestinationSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TtmlDestinationSettings.Builder Modifier and Type Method Description static TtmlDestinationSettings.BuilderTtmlDestinationSettings. builder()TtmlDestinationSettings.BuilderTtmlDestinationSettings.Builder. stylePassthrough(String stylePassthrough)Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.TtmlDestinationSettings.BuilderTtmlDestinationSettings.Builder. stylePassthrough(TtmlStylePassthrough stylePassthrough)Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.TtmlDestinationSettings.BuilderTtmlDestinationSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type TtmlDestinationSettings.Builder Modifier and Type Method Description static Class<? extends TtmlDestinationSettings.Builder>TtmlDestinationSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type TtmlDestinationSettings.Builder Modifier and Type Method Description default CaptionDestinationSettings.BuilderCaptionDestinationSettings.Builder. ttmlDestinationSettings(Consumer<TtmlDestinationSettings.Builder> ttmlDestinationSettings)Settings related to TTML captions.
-