| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
BurnInDestinationSettings |
BurnInDestinationSettings.clone() |
BurnInDestinationSettings |
CaptionDestinationSettings.getBurnInDestinationSettings() |
BurnInDestinationSettings |
BurnInDestinationSettings.withAlignment(BurnInAlignment alignment)
If no explicit xPosition or yPosition 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 xPosition or yPosition is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
BurnInDestinationSettings |
BurnInDestinationSettings.withBackgroundColor(BurnInBackgroundColor 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.withFont(InputLocation font)
External font file used for caption burn-in.
|
BurnInDestinationSettings |
BurnInDestinationSettings.withFontColor(BurnInFontColor 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.withFontSize(String fontSize)
When set to 'auto' fontSize will scale depending on the size of the output.
|
BurnInDestinationSettings |
BurnInDestinationSettings.withOutlineColor(BurnInOutlineColor 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(BurnInShadowColor 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.withTeletextGridControl(BurnInTeletextGridControl teletextGridControl)
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
BurnInDestinationSettings |
BurnInDestinationSettings.withTeletextGridControl(String teletextGridControl)
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
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) |
CaptionDestinationSettings |
CaptionDestinationSettings.withBurnInDestinationSettings(BurnInDestinationSettings burnInDestinationSettings) |
Copyright © 2024. All rights reserved.