@Stability(value=Stable)
public static interface CfnChannel.DvbSubSourceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is CaptionSelectorSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
DvbSubSourceSettingsProperty dvbSubSourceSettingsProperty = DvbSubSourceSettingsProperty.builder()
.ocrLanguage("ocrLanguage")
.pid(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.DvbSubSourceSettingsProperty.Builder
A builder for
CfnChannel.DvbSubSourceSettingsProperty |
static class |
CfnChannel.DvbSubSourceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.DvbSubSourceSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.DvbSubSourceSettingsProperty.Builder |
builder() |
default String |
getOcrLanguage()
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.
|
default Number |
getPid()
When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.
|
@Stability(value=Stable) @Nullable default String getOcrLanguage()
@Stability(value=Stable) @Nullable default Number getPid()
It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
@Stability(value=Stable) static CfnChannel.DvbSubSourceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.