public static interface CfnChannel.EmbeddedSourceSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.EmbeddedSourceSettingsProperty.Builder
A builder for
CfnChannel.EmbeddedSourceSettingsProperty |
static class |
CfnChannel.EmbeddedSourceSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.EmbeddedSourceSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.EmbeddedSourceSettingsProperty.Builder |
builder() |
default java.lang.String |
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.
|
default java.lang.String |
getScte20Detection()
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
|
default java.lang.Number |
getSource608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
default java.lang.Number |
getSource608TrackNumber()
This field is unused and deprecated.
|
default java.lang.String getConvert608To708()
If 708 data is present in the source content, it is discarded.
default java.lang.String getScte20Detection()
default java.lang.Number getSource608ChannelNumber()
This is unused for passthrough.
default java.lang.Number getSource608TrackNumber()
static CfnChannel.EmbeddedSourceSettingsProperty.Builder builder()