Uses of Interface
software.amazon.awssdk.services.medialive.model.DvbSubSourceSettings.Builder
-
Packages that use DvbSubSourceSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DvbSubSourceSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DvbSubSourceSettings.Builder Modifier and Type Method Description static DvbSubSourceSettings.BuilderDvbSubSourceSettings. builder()DvbSubSourceSettings.BuilderDvbSubSourceSettings.Builder. ocrLanguage(String ocrLanguage)If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.DvbSubSourceSettings.BuilderDvbSubSourceSettings.Builder. ocrLanguage(DvbSubOcrLanguage ocrLanguage)If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.DvbSubSourceSettings.BuilderDvbSubSourceSettings.Builder. pid(Integer pid)When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.DvbSubSourceSettings.BuilderDvbSubSourceSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DvbSubSourceSettings.Builder Modifier and Type Method Description static Class<? extends DvbSubSourceSettings.Builder>DvbSubSourceSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DvbSubSourceSettings.Builder Modifier and Type Method Description default CaptionSelectorSettings.BuilderCaptionSelectorSettings.Builder. dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)Sets the value of the DvbSubSourceSettings property for this object.
-