| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
DvbSubDestinationSettings |
DvbSubDestinationSettings.clone() |
DvbSubDestinationSettings |
CaptionDestinationSettings.getDvbSubDestinationSettings() |
DvbSubDestinationSettings |
DvbSubDestinationSettings.withAlignment(DvbSubDestinationAlignment alignment)
If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withAlignment(String alignment)
If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withBackgroundColor(DvbSubDestinationBackgroundColor backgroundColor)
Specifies the color of the rectangle behind the captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withBackgroundColor(String backgroundColor)
Specifies the color of the rectangle behind the captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withBackgroundOpacity(Integer backgroundOpacity)
Specifies the opacity of the background rectangle.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFont(InputLocation font)
External font file used for caption burn-in.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontColor(DvbSubDestinationFontColor fontColor)
Specifies the color of the burned-in captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontColor(String fontColor)
Specifies the color of the burned-in captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontOpacity(Integer fontOpacity)
Specifies the opacity of the burned-in captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontResolution(Integer fontResolution)
Font resolution in DPI (dots per inch); default is 96 dpi.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontSize(String fontSize)
When set to auto fontSize will scale depending on the size of the output.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withOutlineColor(DvbSubDestinationOutlineColor outlineColor)
Specifies font outline color.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withOutlineColor(String outlineColor)
Specifies font outline color.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withOutlineSize(Integer outlineSize)
Specifies font outline size in pixels.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withShadowColor(DvbSubDestinationShadowColor shadowColor)
Specifies the color of the shadow cast by the captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withShadowColor(String shadowColor)
Specifies the color of the shadow cast by the captions.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withShadowOpacity(Integer shadowOpacity)
Specifies the opacity of the shadow.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withShadowXOffset(Integer shadowXOffset)
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withShadowYOffset(Integer shadowYOffset)
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withTeletextGridControl(DvbSubDestinationTeletextGridControl teletextGridControl)
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withTeletextGridControl(String teletextGridControl)
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withXPosition(Integer xPosition)
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withYPosition(Integer yPosition)
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaptionDestinationSettings.setDvbSubDestinationSettings(DvbSubDestinationSettings dvbSubDestinationSettings) |
CaptionDestinationSettings |
CaptionDestinationSettings.withDvbSubDestinationSettings(DvbSubDestinationSettings dvbSubDestinationSettings) |
Copyright © 2022. All rights reserved.