Class BurninDestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.BurninDestinationSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class BurninDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
Burn-in is a captions delivery method, rather than a captions format. Burn-in writes the captions directly on your video frames, replacing pixels of video content with the captions. Set up burn-in captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBurninDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BurninSubtitleAlignmentalignment()Specify the alignment of your captions.StringalignmentAsString()Specify the alignment of your captions.BurninSubtitleApplyFontColorapplyFontColor()Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex.StringapplyFontColorAsString()Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex.BurninSubtitleBackgroundColorbackgroundColor()Specify the color of the rectangle behind the captions.StringbackgroundColorAsString()Specify the color of the rectangle behind the captions.IntegerbackgroundOpacity()Specify the opacity of the background rectangle.static BurninDestinationSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BurninSubtitleFallbackFontfallbackFont()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.StringfallbackFontAsString()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.BurninSubtitleFontColorfontColor()Specify the color of the burned-in captions text.StringfontColorAsString()Specify the color of the burned-in captions text.IntegerfontOpacity()Specify the opacity of the burned-in captions.IntegerfontResolution()Specify the Font resolution in DPI (dots per inch).FontScriptfontScript()Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.StringfontScriptAsString()Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.IntegerfontSize()Specify the Font size in pixels.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhexFontColor()Ignore this setting unless your Font color is set to Hex.BurninSubtitleOutlineColoroutlineColor()Specify font outline color.StringoutlineColorAsString()Specify font outline color.IntegeroutlineSize()Specify the Outline size of the caption text, in pixels.List<SdkField<?>>sdkFields()static Class<? extends BurninDestinationSettings.Builder>serializableBuilderClass()BurninSubtitleShadowColorshadowColor()Specify the color of the shadow cast by the captions.StringshadowColorAsString()Specify the color of the shadow cast by the captions.IntegershadowOpacity()Specify the opacity of the shadow.IntegershadowXOffset()Specify the horizontal offset of the shadow, relative to the captions in pixels.IntegershadowYOffset()Specify the vertical offset of the shadow relative to the captions in pixels.BurnInSubtitleStylePassthroughstylePassthrough()Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.StringstylePassthroughAsString()Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.BurninSubtitleTeletextSpacingteletextSpacing()Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width.StringteletextSpacingAsString()Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width.BurninDestinationSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerxPosition()Specify the horizontal position of the captions, relative to the left side of the output in pixels.IntegeryPosition()Specify the vertical position of the captions, relative to the top of the output in pixels.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
alignment
public final BurninSubtitleAlignment alignment()
Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates.If the service returns an enum value that is not available in the current SDK version,
alignmentwill returnBurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalignmentAsString().- Returns:
- Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates.
- See Also:
BurninSubtitleAlignment
-
alignmentAsString
public final String alignmentAsString()
Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates.If the service returns an enum value that is not available in the current SDK version,
alignmentwill returnBurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalignmentAsString().- Returns:
- Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates.
- See Also:
BurninSubtitleAlignment
-
applyFontColor
public final BurninSubtitleApplyFontColor applyFontColor()
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose White text only, or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.If the service returns an enum value that is not available in the current SDK version,
applyFontColorwill returnBurninSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplyFontColorAsString().- Returns:
- Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose White text only, or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.
- See Also:
BurninSubtitleApplyFontColor
-
applyFontColorAsString
public final String applyFontColorAsString()
Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose White text only, or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.If the service returns an enum value that is not available in the current SDK version,
applyFontColorwill returnBurninSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplyFontColorAsString().- Returns:
- Ignore this setting unless Style passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose White text only, or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.
- See Also:
BurninSubtitleApplyFontColor
-
backgroundColor
public final BurninSubtitleBackgroundColor backgroundColor()
Specify the color of the rectangle behind the captions. Leave background color blank and set Style passthrough to enabled to use the background color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
backgroundColorwill returnBurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackgroundColorAsString().- Returns:
- Specify the color of the rectangle behind the captions. Leave background color blank and set Style passthrough to enabled to use the background color data from your input captions, if present.
- See Also:
BurninSubtitleBackgroundColor
-
backgroundColorAsString
public final String backgroundColorAsString()
Specify the color of the rectangle behind the captions. Leave background color blank and set Style passthrough to enabled to use the background color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
backgroundColorwill returnBurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackgroundColorAsString().- Returns:
- Specify the color of the rectangle behind the captions. Leave background color blank and set Style passthrough to enabled to use the background color data from your input captions, if present.
- See Also:
BurninSubtitleBackgroundColor
-
backgroundOpacity
public final Integer backgroundOpacity()
Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions.- Returns:
- Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions.
-
fallbackFont
public final 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. When you set Fallback font to best match, or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.If the service returns an enum value that is not available in the current SDK version,
fallbackFontwill returnBurninSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfallbackFontAsString().- Returns:
- 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. When you set Fallback font to best match, or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.
- See Also:
BurninSubtitleFallbackFont
-
fallbackFontAsString
public final String fallbackFontAsString()
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. When you set Fallback font to best match, or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.If the service returns an enum value that is not available in the current SDK version,
fallbackFontwill returnBurninSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfallbackFontAsString().- Returns:
- 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. When you set Fallback font to best match, or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.
- See Also:
BurninSubtitleFallbackFont
-
fontColor
public final BurninSubtitleFontColor fontColor()
Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
fontColorwill returnBurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontColorAsString().- Returns:
- Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.
- See Also:
BurninSubtitleFontColor
-
fontColorAsString
public final String fontColorAsString()
Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
fontColorwill returnBurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontColorAsString().- Returns:
- Specify the color of the burned-in captions text. Leave Font color blank and set Style passthrough to enabled to use the font color data from your input captions, if present.
- See Also:
BurninSubtitleFontColor
-
fontOpacity
public final Integer fontOpacity()
Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.- Returns:
- Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
-
fontResolution
public final Integer fontResolution()
Specify the Font resolution in DPI (dots per inch).- Returns:
- Specify the Font resolution in DPI (dots per inch).
-
fontScript
public final FontScript fontScript()
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.If the service returns an enum value that is not available in the current SDK version,
fontScriptwill returnFontScript.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontScriptAsString().- Returns:
- Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.
- See Also:
FontScript
-
fontScriptAsString
public final String fontScriptAsString()
Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.If the service returns an enum value that is not available in the current SDK version,
fontScriptwill returnFontScript.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontScriptAsString().- Returns:
- Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.
- See Also:
FontScript
-
fontSize
public final Integer fontSize()
Specify the Font size in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size.- Returns:
- Specify the Font size in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size.
-
hexFontColor
public final String hexFontColor()
Ignore this setting unless your Font color is set to Hex. Enter either six or eight hexidecimal digits, representing red, green, and blue, with two optional extra digits for alpha. For example a value of 1122AABB is a red value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha value of 0xBB.- Returns:
- Ignore this setting unless your Font color is set to Hex. Enter either six or eight hexidecimal digits, representing red, green, and blue, with two optional extra digits for alpha. For example a value of 1122AABB is a red value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha value of 0xBB.
-
outlineColor
public final BurninSubtitleOutlineColor outlineColor()
Specify font outline color. Leave Outline color blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
outlineColorwill returnBurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutlineColorAsString().- Returns:
- Specify font outline color. Leave Outline color blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.
- See Also:
BurninSubtitleOutlineColor
-
outlineColorAsString
public final String outlineColorAsString()
Specify font outline color. Leave Outline color blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
outlineColorwill returnBurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutlineColorAsString().- Returns:
- Specify font outline color. Leave Outline color blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.
- See Also:
BurninSubtitleOutlineColor
-
outlineSize
public final Integer outlineSize()
Specify the Outline size of the caption text, in pixels. Leave Outline size blank and set Style passthrough to enabled to use the outline size data from your input captions, if present.- Returns:
- Specify the Outline size of the caption text, in pixels. Leave Outline size blank and set Style passthrough to enabled to use the outline size data from your input captions, if present.
-
shadowColor
public final BurninSubtitleShadowColor shadowColor()
Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
shadowColorwill returnBurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshadowColorAsString().- Returns:
- Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.
- See Also:
BurninSubtitleShadowColor
-
shadowColorAsString
public final String shadowColorAsString()
Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.If the service returns an enum value that is not available in the current SDK version,
shadowColorwill returnBurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshadowColorAsString().- Returns:
- Specify the color of the shadow cast by the captions. Leave Shadow color blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.
- See Also:
BurninSubtitleShadowColor
-
shadowOpacity
public final Integer shadowOpacity()
Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough is set to Enabled, leave Shadow opacity blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions.- Returns:
- Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough is set to Enabled, leave Shadow opacity blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions.
-
shadowXOffset
public final Integer shadowXOffset()
Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.- Returns:
- Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.
-
shadowYOffset
public final Integer shadowYOffset()
Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset blank and set Style passthrough to enabled to use the shadow y-offset data from your input captions, if present.- Returns:
- Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset blank and set Style passthrough to enabled to use the shadow y-offset data from your input captions, if present.
-
stylePassthrough
public final BurnInSubtitleStylePassthrough stylePassthrough()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.If the service returns an enum value that is not available in the current SDK version,
stylePassthroughwill returnBurnInSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstylePassthroughAsString().- Returns:
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
- See Also:
BurnInSubtitleStylePassthrough
-
stylePassthroughAsString
public final String stylePassthroughAsString()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.If the service returns an enum value that is not available in the current SDK version,
stylePassthroughwill returnBurnInSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstylePassthroughAsString().- Returns:
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
- See Also:
BurnInSubtitleStylePassthrough
-
teletextSpacing
public final BurninSubtitleTeletextSpacing teletextSpacing()
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.If the service returns an enum value that is not available in the current SDK version,
teletextSpacingwill returnBurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromteletextSpacingAsString().- Returns:
- Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.
- See Also:
BurninSubtitleTeletextSpacing
-
teletextSpacingAsString
public final String teletextSpacingAsString()
Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.If the service returns an enum value that is not available in the current SDK version,
teletextSpacingwill returnBurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromteletextSpacingAsString().- Returns:
- Specify whether the text spacing in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.
- See Also:
BurninSubtitleTeletextSpacing
-
xPosition
public final Integer xPosition()
Specify the horizontal position of the captions, relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter.- Returns:
- Specify the horizontal position of the captions, relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter.
-
yPosition
public final Integer yPosition()
Specify the vertical position of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output.- Returns:
- Specify the vertical position of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output.
-
toBuilder
public BurninDestinationSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
-
builder
public static BurninDestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends BurninDestinationSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-