Interface CfnChannel.DvbSubSourceSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.DvbSubSourceSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.DvbSubSourceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Information about the DVB Sub captions to extract from the input.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.DvbSubSourceSettingsProperty
static final class
An implementation forCfnChannel.DvbSubSourceSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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. -
getPid
When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content.It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
-
builder
-