Interface CfnChannelPropsMixin.TtmlDestinationSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannelPropsMixin.TtmlDestinationSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannelPropsMixin

@Stability(Stable) public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.*;
 TtmlDestinationSettingsProperty ttmlDestinationSettingsProperty = TtmlDestinationSettingsProperty.builder()
         .styleControl("styleControl")
         .build();
 

See Also: