Interface CfnChannel.EmbeddedSourceSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.EmbeddedSourceSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.EmbeddedSourceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Information about the embedded 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.*; EmbeddedSourceSettingsProperty embeddedSourceSettingsProperty = EmbeddedSourceSettingsProperty.builder() .convert608To708("convert608To708") .scte20Detection("scte20Detection") .source608ChannelNumber(123) .source608TrackNumber(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.EmbeddedSourceSettingsProperty
static final class
An implementation forCfnChannel.EmbeddedSourceSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.default String
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.default Number
Specifies the 608/708 channel number within the video track from which to extract captions.default Number
This field is unused and deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConvert608To708
If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.If 708 data is present in the source content, it is discarded.
-
getScte20Detection
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions. -
getSource608ChannelNumber
Specifies the 608/708 channel number within the video track from which to extract captions.This is unused for passthrough.
-
getSource608TrackNumber
This field is unused and deprecated. -
builder
-