| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static CaptionRectangle.Builder |
CaptionRectangle.builder() |
CaptionRectangle.Builder |
CaptionRectangle.Builder.height(Double height)
See the description in leftOffset.
|
CaptionRectangle.Builder |
CaptionRectangle.Builder.leftOffset(Double leftOffset)
Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.
|
CaptionRectangle.Builder |
CaptionRectangle.toBuilder() |
CaptionRectangle.Builder |
CaptionRectangle.Builder.topOffset(Double topOffset)
See the description in leftOffset.
|
CaptionRectangle.Builder |
CaptionRectangle.Builder.width(Double width)
See the description in leftOffset.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptionRectangle.Builder> |
CaptionRectangle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TeletextSourceSettings.Builder |
TeletextSourceSettings.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 the
CaptionRectangle.Builder avoiding the need to create one manually via
CaptionRectangle.builder(). |
Copyright © 2022. All rights reserved.