| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.alignment(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.Builder |
BurninDestinationSettings.Builder.alignment(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.Builder |
BurninDestinationSettings.Builder.backgroundColor(BurninSubtitleBackgroundColor backgroundColor)
Specifies the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.backgroundColor(String backgroundColor)
Specifies the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.backgroundOpacity(Integer backgroundOpacity)
Specifies the opacity of the background rectangle.
|
static BurninDestinationSettings.Builder |
BurninDestinationSettings.builder() |
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontColor(BurninSubtitleFontColor fontColor)
Specifies the color of the burned-in captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontColor(String fontColor)
Specifies the color of the burned-in captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontOpacity(Integer fontOpacity)
Specifies the opacity of the burned-in captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontResolution(Integer fontResolution)
Font resolution in DPI (dots per inch); default is 96 dpi.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontScript(FontScript fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontScript(String fontScript)
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for
determining the script type.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontSize(Integer fontSize)
A positive integer indicates the exact font size in points.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineColor(BurninSubtitleOutlineColor outlineColor)
Specifies font outline color.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineColor(String outlineColor)
Specifies font outline color.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineSize(Integer outlineSize)
Specifies font outline size in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowColor(BurninSubtitleShadowColor shadowColor)
Specifies the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowColor(String shadowColor)
Specifies the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowOpacity(Integer shadowOpacity)
Specifies the opacity of the shadow.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowXOffset(Integer shadowXOffset)
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowYOffset(Integer shadowYOffset)
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.teletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.teletextSpacing(String teletextSpacing)
Only applies to jobs with input captions in Teletext or STL formats.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.toBuilder() |
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.xPosition(Integer xPosition)
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.yPosition(Integer yPosition)
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BurninDestinationSettings.Builder> |
BurninDestinationSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionDestinationSettings.Builder |
CaptionDestinationSettings.Builder.burninDestinationSettings(Consumer<BurninDestinationSettings.Builder> burninDestinationSettings)
Settings related to burn-in captions.
|
Copyright © 2021. All rights reserved.