Interface CfnChannelPropsMixin.EbuTtDDestinationSettingsProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.EbuTtDDestinationSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings for EBU-TT 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.*;
 EbuTtDDestinationSettingsProperty ebuTtDDestinationSettingsProperty = EbuTtDDestinationSettingsProperty.builder()
         .copyrightHolder("copyrightHolder")
         .defaultFontSize(123)
         .defaultLineHeight(123)
         .fillLineGap("fillLineGap")
         .fontFamily("fontFamily")
         .styleControl("styleControl")
         .build();
 

See Also: