| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static DvbSubSourceSettings.Builder |
DvbSubSourceSettings.builder() |
DvbSubSourceSettings.Builder |
DvbSubSourceSettings.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.Builder |
DvbSubSourceSettings.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.Builder |
DvbSubSourceSettings.Builder.pid(Integer pid)
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
|
DvbSubSourceSettings.Builder |
DvbSubSourceSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DvbSubSourceSettings.Builder> |
DvbSubSourceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionSelectorSettings.Builder |
CaptionSelectorSettings.Builder.dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)
Sets the value of the DvbSubSourceSettings property for this object.
|
Copyright © 2022. All rights reserved.