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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.DvbSubSourceSettingsPropertystatic final classAn implementation forCfnChannel.DvbSubSourceSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringIf 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 NumbergetPid()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.- See Also:
-
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.
- See Also:
-
builder
-