Interface CfnChannel.TtmlDestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.TtmlDestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.TtmlDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The setup of TTML captions in the output.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.TtmlDestinationSettingsProperty
static final class
An implementation forCfnChannel.TtmlDestinationSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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. -
builder
-