Interface CfnChannelPropsMixin.WebvttDestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.WebvttDestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.WebvttDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of Web VTT 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.*;
WebvttDestinationSettingsProperty webvttDestinationSettingsProperty = WebvttDestinationSettingsProperty.builder()
.styleControl("styleControl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.WebvttDestinationSettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.WebvttDestinationSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStyleControl
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.
- See Also:
-
builder
-