| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DvbSubDestinationSettings |
DvbSubDestinationSettings.clone() |
DvbSubDestinationSettings |
CaptionDestinationSettings.getDvbSubDestinationSettings()
DVB-Sub Destination Settings
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withAlignment(DvbSubtitleAlignment alignment)
If no explicit x_position or y_position 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 x_position or y_position is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withBackgroundColor(DvbSubtitleBackgroundColor 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.withFontColor(DvbSubtitleFontColor 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.withFontScript(FontScript fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontScript(String fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withFontSize(Integer fontSize)
A positive integer indicates the exact font size in points.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withOutlineColor(DvbSubtitleOutlineColor 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(DvbSubtitleShadowColor 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.withSubtitlingType(DvbSubtitlingType subtitlingType)
Specify whether your DVB subtitles are standard or for hearing impaired.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withSubtitlingType(String subtitlingType)
Specify whether your DVB subtitles are standard or for hearing impaired.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withTeletextSpacing(DvbSubtitleTeletextSpacing teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
DvbSubDestinationSettings |
DvbSubDestinationSettings.withTeletextSpacing(String teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
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)
DVB-Sub Destination Settings
|
CaptionDestinationSettings |
CaptionDestinationSettings.withDvbSubDestinationSettings(DvbSubDestinationSettings dvbSubDestinationSettings)
DVB-Sub Destination Settings
|
Copyright © 2020. All rights reserved.