public static interface CfnChannel.CaptionDestinationSettingsProperty
The parent of this entity is CaptionDescription.
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.*; 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() .styleControl("styleControl") .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 java.lang.Object |
getAribDestinationSettings()
The configuration of one ARIB captions encode in the output.
|
default java.lang.Object |
getBurnInDestinationSettings()
The configuration of one burn-in captions encode in the output.
|
default java.lang.Object |
getDvbSubDestinationSettings()
The configuration of one DVB Sub captions encode in the output.
|
default java.lang.Object |
getEbuTtDDestinationSettings()
Settings for EBU-TT captions in the output.
|
default java.lang.Object |
getEmbeddedDestinationSettings()
The configuration of one embedded captions encode in the output.
|
default java.lang.Object |
getEmbeddedPlusScte20DestinationSettings()
The configuration of one embedded plus SCTE-20 captions encode in the output.
|
default java.lang.Object |
getRtmpCaptionInfoDestinationSettings()
The configuration of one RTMPCaptionInfo captions encode in the output.
|
default java.lang.Object |
getScte20PlusEmbeddedDestinationSettings()
The configuration of one SCTE20 plus embedded captions encode in the output.
|
default java.lang.Object |
getScte27DestinationSettings()
The configuration of one SCTE-27 captions encode in the output.
|
default java.lang.Object |
getSmpteTtDestinationSettings()
The configuration of one SMPTE-TT captions encode in the output.
|
default java.lang.Object |
getTeletextDestinationSettings()
The configuration of one Teletext captions encode in the output.
|
default java.lang.Object |
getTtmlDestinationSettings()
The configuration of one TTML captions encode in the output.
|
default java.lang.Object |
getWebvttDestinationSettings()
The configuration of one WebVTT captions encode in the output.
|
default java.lang.Object getAribDestinationSettings()
default java.lang.Object getBurnInDestinationSettings()
default java.lang.Object getDvbSubDestinationSettings()
default java.lang.Object getEbuTtDDestinationSettings()
default java.lang.Object getEmbeddedDestinationSettings()
default java.lang.Object getEmbeddedPlusScte20DestinationSettings()
default java.lang.Object getRtmpCaptionInfoDestinationSettings()
default java.lang.Object getScte20PlusEmbeddedDestinationSettings()
default java.lang.Object getScte27DestinationSettings()
default java.lang.Object getSmpteTtDestinationSettings()
default java.lang.Object getTeletextDestinationSettings()
default java.lang.Object getTtmlDestinationSettings()
default java.lang.Object getWebvttDestinationSettings()
static CfnChannel.CaptionDestinationSettingsProperty.Builder builder()