Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.SrtDestinationSettings.Builder
-
Packages that use SrtDestinationSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of SrtDestinationSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return SrtDestinationSettings.Builder Modifier and Type Method Description static SrtDestinationSettings.BuilderSrtDestinationSettings. builder()SrtDestinationSettings.BuilderSrtDestinationSettings.Builder. stylePassthrough(String stylePassthrough)Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.SrtDestinationSettings.BuilderSrtDestinationSettings.Builder. stylePassthrough(SrtStylePassthrough stylePassthrough)Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.SrtDestinationSettings.BuilderSrtDestinationSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type SrtDestinationSettings.Builder Modifier and Type Method Description static Class<? extends SrtDestinationSettings.Builder>SrtDestinationSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type SrtDestinationSettings.Builder Modifier and Type Method Description default CaptionDestinationSettings.BuilderCaptionDestinationSettings.Builder. srtDestinationSettings(Consumer<SrtDestinationSettings.Builder> srtDestinationSettings)Settings related to SRT captions.
-