| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
BurninDestinationSettings |
BurninDestinationSettings.clone() |
BurninDestinationSettings |
CaptionDestinationSettings.getBurninDestinationSettings()
Burn-in is a captions delivery method, rather than a captions format.
|
BurninDestinationSettings |
BurninDestinationSettings.withAlignment(BurninSubtitleAlignment alignment)
Specify the alignment of your captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withAlignment(String alignment)
Specify the alignment of your captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withApplyFontColor(BurninSubtitleApplyFontColor applyFontColor)
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green,
Blue, or Hex.
|
BurninDestinationSettings |
BurninDestinationSettings.withApplyFontColor(String applyFontColor)
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green,
Blue, or Hex.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundColor(BurninSubtitleBackgroundColor backgroundColor)
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundColor(String backgroundColor)
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withBackgroundOpacity(Integer backgroundOpacity)
Specify the opacity of the background rectangle.
|
BurninDestinationSettings |
BurninDestinationSettings.withFallbackFont(BurninSubtitleFallbackFont fallbackFont)
Specify the font that you want the service to use for your burn in captions when your input captions specify a
font that MediaConvert doesn't support.
|
BurninDestinationSettings |
BurninDestinationSettings.withFallbackFont(String fallbackFont)
Specify the font that you want the service to use for your burn in captions when your input captions specify a
font that MediaConvert doesn't support.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontColor(BurninSubtitleFontColor fontColor)
Specify the color of the burned-in captions text.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontColor(String fontColor)
Specify the color of the burned-in captions text.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontOpacity(Integer fontOpacity)
Specify the opacity of the burned-in captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontResolution(Integer fontResolution)
Specify the Font resolution in DPI (dots per inch).
|
BurninDestinationSettings |
BurninDestinationSettings.withFontScript(FontScript fontScript)
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your
input captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontScript(String fontScript)
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your
input captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withFontSize(Integer fontSize)
Specify the Font size in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withHexFontColor(String hexFontColor)
Ignore this setting unless your Font color is set to Hex.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineColor(BurninSubtitleOutlineColor outlineColor)
Specify font outline color.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineColor(String outlineColor)
Specify font outline color.
|
BurninDestinationSettings |
BurninDestinationSettings.withOutlineSize(Integer outlineSize)
Specify the Outline size of the caption text, in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowColor(BurninSubtitleShadowColor shadowColor)
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowColor(String shadowColor)
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowOpacity(Integer shadowOpacity)
Specify the opacity of the shadow.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowXOffset(Integer shadowXOffset)
Specify the horizontal offset of the shadow, relative to the captions in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withShadowYOffset(Integer shadowYOffset)
Specify the vertical offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withStylePassthrough(BurnInSubtitleStylePassthrough stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withStylePassthrough(String stylePassthrough)
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
BurninDestinationSettings |
BurninDestinationSettings.withTeletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing)
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter
width.
|
BurninDestinationSettings |
BurninDestinationSettings.withTeletextSpacing(String teletextSpacing)
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter
width.
|
BurninDestinationSettings |
BurninDestinationSettings.withXPosition(Integer xPosition)
Specify the horizontal position of the captions, relative to the left side of the output in pixels.
|
BurninDestinationSettings |
BurninDestinationSettings.withYPosition(Integer yPosition)
Specify the vertical position of the captions, relative to the top of the output in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaptionDestinationSettings.setBurninDestinationSettings(BurninDestinationSettings burninDestinationSettings)
Burn-in is a captions delivery method, rather than a captions format.
|
CaptionDestinationSettings |
CaptionDestinationSettings.withBurninDestinationSettings(BurninDestinationSettings burninDestinationSettings)
Burn-in is a captions delivery method, rather than a captions format.
|
Copyright © 2023. All rights reserved.