| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
BurninDestinationSettings |
BurninDestinationSettings.clone() |
BurninDestinationSettings |
CaptionDestinationSettings.getBurninDestinationSettings()
Settings related to burn-in captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withAlignment(BurninSubtitleAlignment 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.
|
BurninDestinationSettings |
BurninDestinationSettings.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.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundColor(BurninSubtitleBackgroundColor backgroundColor)
Specifies the color of the rectangle behind the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundColor(String backgroundColor)
Specifies the color of the rectangle behind the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundOpacity(Integer backgroundOpacity)
Specifies the opacity of the background rectangle.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontColor(BurninSubtitleFontColor fontColor)
Specifies the color of the burned-in captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontColor(String fontColor)
Specifies the color of the burned-in captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontOpacity(Integer fontOpacity)
Specifies the opacity of the burned-in captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontResolution(Integer fontResolution)
Font resolution in DPI (dots per inch); default is 96 dpi.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontScript(FontScript fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontScript(String fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontSize(Integer fontSize)
A positive integer indicates the exact font size in points.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineColor(BurninSubtitleOutlineColor outlineColor)
Specifies font outline color.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineColor(String outlineColor)
Specifies font outline color.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineSize(Integer outlineSize)
Specifies font outline size in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowColor(BurninSubtitleShadowColor shadowColor)
Specifies the color of the shadow cast by the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowColor(String shadowColor)
Specifies the color of the shadow cast by the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowOpacity(Integer shadowOpacity)
Specifies the opacity of the shadow.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowXOffset(Integer shadowXOffset)
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowYOffset(Integer shadowYOffset)
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withTeletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
BurninDestinationSettings |
BurninDestinationSettings.withTeletextSpacing(String teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
BurninDestinationSettings |
BurninDestinationSettings.withXPosition(Integer xPosition)
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.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.setBurninDestinationSettings(BurninDestinationSettings burninDestinationSettings)
Settings related to burn-in captions.
|
CaptionDestinationSettings |
CaptionDestinationSettings.withBurninDestinationSettings(BurninDestinationSettings burninDestinationSettings)
Settings related to burn-in captions.
|
Copyright © 2021. All rights reserved.