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();
 

See Also: