@Stability(value=Stable)
public static interface CfnChannel.EmbeddedSourceSettingsProperty
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.*;
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 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 String |
getScte20Detection()
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
|
default Number |
getSource608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
default Number |
getSource608TrackNumber()
This field is unused and deprecated.
|
@Stability(value=Stable) @Nullable default String getConvert608To708()
If 708 data is present in the source content, it is discarded.
@Stability(value=Stable) @Nullable default String getScte20Detection()
@Stability(value=Stable) @Nullable default Number getSource608ChannelNumber()
This is unused for passthrough.
@Stability(value=Stable) @Nullable default Number getSource608TrackNumber()
@Stability(value=Stable) static CfnChannel.EmbeddedSourceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.