public static interface CfnChannel.TtmlDestinationSettingsProperty
The parent of this entity is CaptionDestinationSettings.
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.*; TtmlDestinationSettingsProperty ttmlDestinationSettingsProperty = TtmlDestinationSettingsProperty.builder() .styleControl("styleControl") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.TtmlDestinationSettingsProperty.Builder
A builder for
CfnChannel.TtmlDestinationSettingsProperty |
static class |
CfnChannel.TtmlDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.TtmlDestinationSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.TtmlDestinationSettingsProperty.Builder |
builder() |
default java.lang.String |
getStyleControl()
When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
|
default java.lang.String getStyleControl()
static CfnChannel.TtmlDestinationSettingsProperty.Builder builder()