@Generated(value="software.amazon.awssdk:codegen") public final class BurninDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
BurninDestinationSettings.Builder |
Modifier and Type | Method and Description |
---|---|
BurninSubtitleAlignment |
alignment()
Specify the alignment of your captions.
|
String |
alignmentAsString()
Specify the alignment of your captions.
|
BurninSubtitleApplyFontColor |
applyFontColor()
Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set
to Black, Yellow, Red, Green, Blue, or Hex.
|
String |
applyFontColorAsString()
Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set
to Black, Yellow, Red, Green, Blue, or Hex.
|
BurninSubtitleBackgroundColor |
backgroundColor()
Specify the color of the rectangle behind the captions.
|
String |
backgroundColorAsString()
Specify the color of the rectangle behind the captions.
|
Integer |
backgroundOpacity()
Specify the opacity of the background rectangle.
|
static BurninDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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.
|
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.
|
BurninSubtitleFontColor |
fontColor()
Specify the color of the burned-in captions text.
|
String |
fontColorAsString()
Specify the color of the burned-in captions text.
|
Integer |
fontOpacity()
Specify the opacity of the burned-in captions.
|
Integer |
fontResolution()
Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
FontScript |
fontScript()
Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically determine
the font script in your input captions.
|
String |
fontScriptAsString()
Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically determine
the font script in your input captions.
|
Integer |
fontSize()
Specify the Font size (FontSize) in pixels.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hexFontColor()
Ignore this setting unless your Font color is set to Hex.
|
BurninSubtitleOutlineColor |
outlineColor()
Specify font outline color.
|
String |
outlineColorAsString()
Specify font outline color.
|
Integer |
outlineSize()
Specify the Outline size (OutlineSize) of the caption text, in pixels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BurninDestinationSettings.Builder> |
serializableBuilderClass() |
BurninSubtitleShadowColor |
shadowColor()
Specify the color of the shadow cast by the captions.
|
String |
shadowColorAsString()
Specify the color of the shadow cast by the captions.
|
Integer |
shadowOpacity()
Specify the opacity of the shadow.
|
Integer |
shadowXOffset()
Specify the horizontal offset of the shadow, relative to the captions in pixels.
|
Integer |
shadowYOffset()
Specify the vertical offset of the shadow relative to the captions in pixels.
|
BurnInSubtitleStylePassthrough |
stylePassthrough()
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
String |
stylePassthroughAsString()
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information
from your input captions.
|
BurninSubtitleTeletextSpacing |
teletextSpacing()
Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies
depending on letter width.
|
String |
teletextSpacingAsString()
Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies
depending on letter width.
|
BurninDestinationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
xPosition()
Specify the horizontal position (XPosition) of the captions, relative to the left side of the output in pixels.
|
Integer |
yPosition()
Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final BurninSubtitleAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return BurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
BurninSubtitleAlignment
public final String alignmentAsString()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return BurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
BurninSubtitleAlignment
public final BurninSubtitleApplyFontColor applyFontColor()
If the service returns an enum value that is not available in the current SDK version, applyFontColor
will return BurninSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from applyFontColorAsString()
.
BurninSubtitleApplyFontColor
public final String applyFontColorAsString()
If the service returns an enum value that is not available in the current SDK version, applyFontColor
will return BurninSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from applyFontColorAsString()
.
BurninSubtitleApplyFontColor
public final BurninSubtitleBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from backgroundColorAsString()
.
BurninSubtitleBackgroundColor
public final String backgroundColorAsString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from backgroundColorAsString()
.
BurninSubtitleBackgroundColor
public final Integer backgroundOpacity()
public final BurninSubtitleFallbackFont fallbackFont()
If the service returns an enum value that is not available in the current SDK version, fallbackFont
will
return BurninSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from fallbackFontAsString()
.
BurninSubtitleFallbackFont
public final String fallbackFontAsString()
If the service returns an enum value that is not available in the current SDK version, fallbackFont
will
return BurninSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from fallbackFontAsString()
.
BurninSubtitleFallbackFont
public final BurninSubtitleFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return BurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
BurninSubtitleFontColor
public final String fontColorAsString()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return BurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
BurninSubtitleFontColor
public final Integer fontOpacity()
public final Integer fontResolution()
public final FontScript fontScript()
If the service returns an enum value that is not available in the current SDK version, fontScript
will
return FontScript.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
fontScriptAsString()
.
FontScript
public final String fontScriptAsString()
If the service returns an enum value that is not available in the current SDK version, fontScript
will
return FontScript.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
fontScriptAsString()
.
FontScript
public final Integer fontSize()
public final String hexFontColor()
public final BurninSubtitleOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return BurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from outlineColorAsString()
.
BurninSubtitleOutlineColor
public final String outlineColorAsString()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return BurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from outlineColorAsString()
.
BurninSubtitleOutlineColor
public final Integer outlineSize()
public final BurninSubtitleShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return BurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from shadowColorAsString()
.
BurninSubtitleShadowColor
public final String shadowColorAsString()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return BurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from shadowColorAsString()
.
BurninSubtitleShadowColor
public final Integer shadowOpacity()
public final Integer shadowXOffset()
public final Integer shadowYOffset()
public final BurnInSubtitleStylePassthrough stylePassthrough()
If the service returns an enum value that is not available in the current SDK version, stylePassthrough
will return BurnInSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from stylePassthroughAsString()
.
BurnInSubtitleStylePassthrough
public final String stylePassthroughAsString()
If the service returns an enum value that is not available in the current SDK version, stylePassthrough
will return BurnInSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from stylePassthroughAsString()
.
BurnInSubtitleStylePassthrough
public final BurninSubtitleTeletextSpacing teletextSpacing()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return BurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from teletextSpacingAsString()
.
BurninSubtitleTeletextSpacing
public final String teletextSpacingAsString()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return BurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from teletextSpacingAsString()
.
BurninSubtitleTeletextSpacing
public final Integer xPosition()
public final Integer yPosition()
public BurninDestinationSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
public static BurninDestinationSettings.Builder builder()
public static Class<? extends BurninDestinationSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.