@Stability(value=Stable)
public static interface CfnChannel.CaptionDestinationSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CaptionDestinationSettingsProperty captionDestinationSettingsProperty = CaptionDestinationSettingsProperty.builder()
.aribDestinationSettings(AribDestinationSettingsProperty.builder().build())
.burnInDestinationSettings(BurnInDestinationSettingsProperty.builder()
.alignment("alignment")
.backgroundColor("backgroundColor")
.backgroundOpacity(123)
.font(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.fontColor("fontColor")
.fontOpacity(123)
.fontResolution(123)
.fontSize("fontSize")
.outlineColor("outlineColor")
.outlineSize(123)
.shadowColor("shadowColor")
.shadowOpacity(123)
.shadowXOffset(123)
.shadowYOffset(123)
.teletextGridControl("teletextGridControl")
.xPosition(123)
.yPosition(123)
.build())
.dvbSubDestinationSettings(DvbSubDestinationSettingsProperty.builder()
.alignment("alignment")
.backgroundColor("backgroundColor")
.backgroundOpacity(123)
.font(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.fontColor("fontColor")
.fontOpacity(123)
.fontResolution(123)
.fontSize("fontSize")
.outlineColor("outlineColor")
.outlineSize(123)
.shadowColor("shadowColor")
.shadowOpacity(123)
.shadowXOffset(123)
.shadowYOffset(123)
.teletextGridControl("teletextGridControl")
.xPosition(123)
.yPosition(123)
.build())
.ebuTtDDestinationSettings(EbuTtDDestinationSettingsProperty.builder()
.copyrightHolder("copyrightHolder")
.fillLineGap("fillLineGap")
.fontFamily("fontFamily")
.styleControl("styleControl")
.build())
.embeddedDestinationSettings(EmbeddedDestinationSettingsProperty.builder().build())
.embeddedPlusScte20DestinationSettings(EmbeddedPlusScte20DestinationSettingsProperty.builder().build())
.rtmpCaptionInfoDestinationSettings(RtmpCaptionInfoDestinationSettingsProperty.builder().build())
.scte20PlusEmbeddedDestinationSettings(Scte20PlusEmbeddedDestinationSettingsProperty.builder().build())
.scte27DestinationSettings(Scte27DestinationSettingsProperty.builder().build())
.smpteTtDestinationSettings(SmpteTtDestinationSettingsProperty.builder().build())
.teletextDestinationSettings(TeletextDestinationSettingsProperty.builder().build())
.ttmlDestinationSettings(TtmlDestinationSettingsProperty.builder()
.styleControl("styleControl")
.build())
.webvttDestinationSettings(WebvttDestinationSettingsProperty.builder().build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.CaptionDestinationSettingsProperty.Builder
A builder for
CfnChannel.CaptionDestinationSettingsProperty |
static class |
CfnChannel.CaptionDestinationSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.CaptionDestinationSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.CaptionDestinationSettingsProperty.Builder |
builder() |
default Object |
getAribDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.AribDestinationSettings`.
|
default Object |
getBurnInDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.BurnInDestinationSettings`.
|
default Object |
getDvbSubDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.DvbSubDestinationSettings`.
|
default Object |
getEbuTtDDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.EbuTtDDestinationSettings`.
|
default Object |
getEmbeddedDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.EmbeddedDestinationSettings`.
|
default Object |
getEmbeddedPlusScte20DestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.EmbeddedPlusScte20DestinationSettings`.
|
default Object |
getRtmpCaptionInfoDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.RtmpCaptionInfoDestinationSettings`.
|
default Object |
getScte20PlusEmbeddedDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.Scte20PlusEmbeddedDestinationSettings`.
|
default Object |
getScte27DestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.Scte27DestinationSettings`.
|
default Object |
getSmpteTtDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.SmpteTtDestinationSettings`.
|
default Object |
getTeletextDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.TeletextDestinationSettings`.
|
default Object |
getTtmlDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.TtmlDestinationSettings`.
|
default Object |
getWebvttDestinationSettings()
`CfnChannel.CaptionDestinationSettingsProperty.WebvttDestinationSettings`.
|
@Stability(value=Stable) @Nullable default Object getAribDestinationSettings()
@Stability(value=Stable) @Nullable default Object getBurnInDestinationSettings()
@Stability(value=Stable) @Nullable default Object getDvbSubDestinationSettings()
@Stability(value=Stable) @Nullable default Object getEbuTtDDestinationSettings()
@Stability(value=Stable) @Nullable default Object getEmbeddedDestinationSettings()
@Stability(value=Stable) @Nullable default Object getEmbeddedPlusScte20DestinationSettings()
@Stability(value=Stable) @Nullable default Object getRtmpCaptionInfoDestinationSettings()
@Stability(value=Stable) @Nullable default Object getScte20PlusEmbeddedDestinationSettings()
@Stability(value=Stable) @Nullable default Object getScte27DestinationSettings()
@Stability(value=Stable) @Nullable default Object getSmpteTtDestinationSettings()
@Stability(value=Stable) @Nullable default Object getTeletextDestinationSettings()
@Stability(value=Stable) @Nullable default Object getTtmlDestinationSettings()
@Stability(value=Stable) @Nullable default Object getWebvttDestinationSettings()
@Stability(value=Stable) static CfnChannel.CaptionDestinationSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.