Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.ImscDestinationSettings.Builder
-
Packages that use ImscDestinationSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ImscDestinationSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ImscDestinationSettings.Builder Modifier and Type Method Description ImscDestinationSettings.BuilderImscDestinationSettings.Builder. accessibility(String accessibility)If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled.ImscDestinationSettings.BuilderImscDestinationSettings.Builder. accessibility(ImscAccessibilitySubs accessibility)If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled.static ImscDestinationSettings.BuilderImscDestinationSettings. builder()ImscDestinationSettings.BuilderImscDestinationSettings.Builder. stylePassthrough(String stylePassthrough)Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.ImscDestinationSettings.BuilderImscDestinationSettings.Builder. stylePassthrough(ImscStylePassthrough stylePassthrough)Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.ImscDestinationSettings.BuilderImscDestinationSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type ImscDestinationSettings.Builder Modifier and Type Method Description static Class<? extends ImscDestinationSettings.Builder>ImscDestinationSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type ImscDestinationSettings.Builder Modifier and Type Method Description default CaptionDestinationSettings.BuilderCaptionDestinationSettings.Builder. imscDestinationSettings(Consumer<ImscDestinationSettings.Builder> imscDestinationSettings)Settings related to IMSC captions.
-