Interface CfnChannelPropsMixin.CaptionDestinationSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.CaptionDestinationSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
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.cfnpropertymixins.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)
.subtitleRows("subtitleRows")
.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)
.subtitleRows("subtitleRows")
.teletextGridControl("teletextGridControl")
.xPosition(123)
.yPosition(123)
.build())
.ebuTtDDestinationSettings(EbuTtDDestinationSettingsProperty.builder()
.copyrightHolder("copyrightHolder")
.defaultFontSize(123)
.defaultLineHeight(123)
.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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.CaptionDestinationSettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.CaptionDestinationSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe configuration of one ARIB captions encode in the output.default ObjectThe configuration of one burn-in captions encode in the output.default ObjectThe configuration of one DVB Sub captions encode in the output.default ObjectSettings for EBU-TT captions in the output.default ObjectThe configuration of one embedded captions encode in the output.default ObjectThe configuration of one embedded plus SCTE-20 captions encode in the output.default ObjectThe configuration of one RTMPCaptionInfo captions encode in the output.default ObjectThe configuration of one SCTE20 plus embedded captions encode in the output.default ObjectThe configuration of one SCTE-27 captions encode in the output.default ObjectThe configuration of one SMPTE-TT captions encode in the output.default ObjectThe configuration of one Teletext captions encode in the output.default ObjectThe configuration of one TTML captions encode in the output.default ObjectThe configuration of one WebVTT captions encode in the output.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAribDestinationSettings
The configuration of one ARIB captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.AribDestinationSettingsProperty- See Also:
-
getBurnInDestinationSettings
The configuration of one burn-in captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.BurnInDestinationSettingsProperty- See Also:
-
getDvbSubDestinationSettings
The configuration of one DVB Sub captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.DvbSubDestinationSettingsProperty- See Also:
-
getEbuTtDDestinationSettings
Settings for EBU-TT captions in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.EbuTtDDestinationSettingsProperty- See Also:
-
getEmbeddedDestinationSettings
The configuration of one embedded captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.EmbeddedDestinationSettingsProperty- See Also:
-
getEmbeddedPlusScte20DestinationSettings
The configuration of one embedded plus SCTE-20 captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.EmbeddedPlusScte20DestinationSettingsProperty- See Also:
-
getRtmpCaptionInfoDestinationSettings
The configuration of one RTMPCaptionInfo captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.RtmpCaptionInfoDestinationSettingsProperty- See Also:
-
getScte20PlusEmbeddedDestinationSettings
The configuration of one SCTE20 plus embedded captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.Scte20PlusEmbeddedDestinationSettingsProperty- See Also:
-
getScte27DestinationSettings
The configuration of one SCTE-27 captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.Scte27DestinationSettingsProperty- See Also:
-
getSmpteTtDestinationSettings
The configuration of one SMPTE-TT captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.SmpteTtDestinationSettingsProperty- See Also:
-
getTeletextDestinationSettings
The configuration of one Teletext captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.TeletextDestinationSettingsProperty- See Also:
-
getTtmlDestinationSettings
The configuration of one TTML captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.TtmlDestinationSettingsProperty- See Also:
-
getWebvttDestinationSettings
The configuration of one WebVTT captions encode in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.WebvttDestinationSettingsProperty- See Also:
-
builder
-