Uses of Interface
software.amazon.awssdk.services.medialive.model.CaptionRectangle.Builder
-
Packages that use CaptionRectangle.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CaptionRectangle.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return CaptionRectangle.Builder Modifier and Type Method Description static CaptionRectangle.BuilderCaptionRectangle. builder()CaptionRectangle.BuilderCaptionRectangle.Builder. height(Double height)See the description in leftOffset.CaptionRectangle.BuilderCaptionRectangle.Builder. leftOffset(Double leftOffset)Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.CaptionRectangle.BuilderCaptionRectangle. toBuilder()CaptionRectangle.BuilderCaptionRectangle.Builder. topOffset(Double topOffset)See the description in leftOffset.CaptionRectangle.BuilderCaptionRectangle.Builder. width(Double width)See the description in leftOffset.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CaptionRectangle.Builder Modifier and Type Method Description static Class<? extends CaptionRectangle.Builder>CaptionRectangle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type CaptionRectangle.Builder Modifier and Type Method Description 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().
-