@Stability(value=Stable)
public static interface CfnChannel.WebvttDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
WebvttDestinationSettingsProperty webvttDestinationSettingsProperty = WebvttDestinationSettingsProperty.builder()
.styleControl("styleControl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.WebvttDestinationSettingsProperty.Builder
A builder for
CfnChannel.WebvttDestinationSettingsProperty |
static class |
CfnChannel.WebvttDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.WebvttDestinationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.WebvttDestinationSettingsProperty.Builder |
builder() |
default String |
getStyleControl()
Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
|
@Stability(value=Stable) @Nullable default String getStyleControl()
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.
@Stability(value=Stable) static CfnChannel.WebvttDestinationSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.