BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.alignment(String alignment) |
Specify the alignment of your captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.alignment(BurninSubtitleAlignment alignment) |
Specify the alignment of your captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.applyFontColor(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.Builder |
BurninDestinationSettings.Builder.applyFontColor(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.Builder |
BurninDestinationSettings.Builder.backgroundColor(String backgroundColor) |
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.backgroundColor(BurninSubtitleBackgroundColor backgroundColor) |
Specify the color of the rectangle behind the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.backgroundOpacity(Integer backgroundOpacity) |
Specify the opacity of the background rectangle.
|
static BurninDestinationSettings.Builder |
BurninDestinationSettings.builder() |
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fallbackFont(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.Builder |
BurninDestinationSettings.Builder.fallbackFont(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.Builder |
BurninDestinationSettings.Builder.fontColor(String fontColor) |
Specify the color of the burned-in captions text.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontColor(BurninSubtitleFontColor fontColor) |
Specify the color of the burned-in captions text.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontOpacity(Integer fontOpacity) |
Specify the opacity of the burned-in captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontResolution(Integer fontResolution) |
Specify the Font resolution in DPI (dots per inch).
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontScript(String fontScript) |
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in
your input captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontScript(FontScript fontScript) |
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in
your input captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.fontSize(Integer fontSize) |
Specify the Font size in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.hexFontColor(String hexFontColor) |
Ignore this setting unless your Font color is set to Hex.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineColor(String outlineColor) |
Specify font outline color.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineColor(BurninSubtitleOutlineColor outlineColor) |
Specify font outline color.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.outlineSize(Integer outlineSize) |
Specify the Outline size of the caption text, in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowColor(String shadowColor) |
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowColor(BurninSubtitleShadowColor shadowColor) |
Specify the color of the shadow cast by the captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowOpacity(Integer shadowOpacity) |
Specify the opacity of the shadow.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowXOffset(Integer shadowXOffset) |
Specify the horizontal offset of the shadow, relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.shadowYOffset(Integer shadowYOffset) |
Specify the vertical offset of the shadow relative to the captions in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.stylePassthrough(String stylePassthrough) |
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.stylePassthrough(BurnInSubtitleStylePassthrough stylePassthrough) |
Set Style passthrough to ENABLED to use the available style, color, and position information from your input
captions.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.teletextSpacing(String teletextSpacing) |
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter
width.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.teletextSpacing(BurninSubtitleTeletextSpacing teletextSpacing) |
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter
width.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.toBuilder() |
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.xPosition(Integer xPosition) |
Specify the horizontal position of the captions, relative to the left side of the output in pixels.
|
BurninDestinationSettings.Builder |
BurninDestinationSettings.Builder.yPosition(Integer yPosition) |
Specify the vertical position of the captions, relative to the top of the output in pixels.
|