Uses of Interface
software.amazon.awssdk.services.medialive.model.TeletextSourceSettings.Builder
-
Packages that use TeletextSourceSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of TeletextSourceSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return TeletextSourceSettings.Builder Modifier and Type Method Description static TeletextSourceSettings.BuilderTeletextSourceSettings. builder()default TeletextSourceSettings.BuilderTeletextSourceSettings.Builder. outputRectangle(Consumer<CaptionRectangle.Builder> outputRectangle)Optionally defines a region where TTML style captions will be displayed This is a convenience method that creates an instance of theCaptionRectangle.Builderavoiding the need to create one manually viaCaptionRectangle.builder().TeletextSourceSettings.BuilderTeletextSourceSettings.Builder. outputRectangle(CaptionRectangle outputRectangle)Optionally defines a region where TTML style captions will be displayedTeletextSourceSettings.BuilderTeletextSourceSettings.Builder. pageNumber(String pageNumber)Specifies the teletext page number within the data stream from which to extract captions.TeletextSourceSettings.BuilderTeletextSourceSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type TeletextSourceSettings.Builder Modifier and Type Method Description static Class<? extends TeletextSourceSettings.Builder>TeletextSourceSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type TeletextSourceSettings.Builder Modifier and Type Method Description default CaptionSelectorSettings.BuilderCaptionSelectorSettings.Builder. teletextSourceSettings(Consumer<TeletextSourceSettings.Builder> teletextSourceSettings)Sets the value of the TeletextSourceSettings property for this object.
-