@Generated(value="software.amazon.awssdk:codegen") public final class DvbSubDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DvbSubDestinationSettings.Builder,DvbSubDestinationSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
DvbSubDestinationSettings.Builder |
Modifier and Type | Method and Description |
---|---|
DvbSubtitleAlignment |
alignment()
Specify the alignment of your captions.
|
String |
alignmentAsString()
Specify the alignment of your captions.
|
DvbSubtitleApplyFontColor |
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.
|
DvbSubtitleBackgroundColor |
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 DvbSubDestinationSettings.Builder |
builder() |
DvbddsHandling |
ddsHandling()
Specify how MediaConvert handles the display definition segment (DDS).
|
String |
ddsHandlingAsString()
Specify how MediaConvert handles the display definition segment (DDS).
|
Integer |
ddsXCoordinate()
Use this setting, along with DDS y-coordinate (ddsYCoordinate), to specify the upper left corner of the display
definition segment (DDS) display window.
|
Integer |
ddsYCoordinate()
Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of the display
definition segment (DDS) display window.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DvbSubSubtitleFallbackFont |
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.
|
DvbSubtitleFontColor |
fontColor()
Specify the color of the captions text.
|
String |
fontColorAsString()
Specify the color of the 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() |
Integer |
height()
Specify the height, in pixels, of this set of DVB-Sub captions.
|
String |
hexFontColor()
Ignore this setting unless your Font color is set to Hex.
|
DvbSubtitleOutlineColor |
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 DvbSubDestinationSettings.Builder> |
serializableBuilderClass() |
DvbSubtitleShadowColor |
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.
|
DvbSubtitleStylePassthrough |
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.
|
DvbSubtitlingType |
subtitlingType()
Specify whether your DVB subtitles are standard or for hearing impaired.
|
String |
subtitlingTypeAsString()
Specify whether your DVB subtitles are standard or for hearing impaired.
|
DvbSubtitleTeletextSpacing |
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.
|
DvbSubDestinationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
Specify the width, in pixels, of this set of DVB-Sub captions.
|
Integer |
xPosition()
Specify the horizontal position (XPosition) of the captions, relative to the left side of the outputin 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 DvbSubtitleAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return DvbSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
DvbSubtitleAlignment
public final String alignmentAsString()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return DvbSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
DvbSubtitleAlignment
public final DvbSubtitleApplyFontColor applyFontColor()
If the service returns an enum value that is not available in the current SDK version, applyFontColor
will return DvbSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from applyFontColorAsString()
.
DvbSubtitleApplyFontColor
public final String applyFontColorAsString()
If the service returns an enum value that is not available in the current SDK version, applyFontColor
will return DvbSubtitleApplyFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from applyFontColorAsString()
.
DvbSubtitleApplyFontColor
public final DvbSubtitleBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from backgroundColorAsString()
.
DvbSubtitleBackgroundColor
public final String backgroundColorAsString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from backgroundColorAsString()
.
DvbSubtitleBackgroundColor
public final Integer backgroundOpacity()
public final DvbddsHandling ddsHandling()
If the service returns an enum value that is not available in the current SDK version, ddsHandling
will
return DvbddsHandling.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ddsHandlingAsString()
.
DvbddsHandling
public final String ddsHandlingAsString()
If the service returns an enum value that is not available in the current SDK version, ddsHandling
will
return DvbddsHandling.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ddsHandlingAsString()
.
DvbddsHandling
public final Integer ddsXCoordinate()
public final Integer ddsYCoordinate()
public final DvbSubSubtitleFallbackFont fallbackFont()
If the service returns an enum value that is not available in the current SDK version, fallbackFont
will
return DvbSubSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from fallbackFontAsString()
.
DvbSubSubtitleFallbackFont
public final String fallbackFontAsString()
If the service returns an enum value that is not available in the current SDK version, fallbackFont
will
return DvbSubSubtitleFallbackFont.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from fallbackFontAsString()
.
DvbSubSubtitleFallbackFont
public final DvbSubtitleFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return DvbSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
DvbSubtitleFontColor
public final String fontColorAsString()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return DvbSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
DvbSubtitleFontColor
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 Integer height()
public final String hexFontColor()
public final DvbSubtitleOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return DvbSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from outlineColorAsString()
.
DvbSubtitleOutlineColor
public final String outlineColorAsString()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return DvbSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from outlineColorAsString()
.
DvbSubtitleOutlineColor
public final Integer outlineSize()
public final DvbSubtitleShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return DvbSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from shadowColorAsString()
.
DvbSubtitleShadowColor
public final String shadowColorAsString()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return DvbSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from shadowColorAsString()
.
DvbSubtitleShadowColor
public final Integer shadowOpacity()
public final Integer shadowXOffset()
public final Integer shadowYOffset()
public final DvbSubtitleStylePassthrough stylePassthrough()
If the service returns an enum value that is not available in the current SDK version, stylePassthrough
will return DvbSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from stylePassthroughAsString()
.
DvbSubtitleStylePassthrough
public final String stylePassthroughAsString()
If the service returns an enum value that is not available in the current SDK version, stylePassthrough
will return DvbSubtitleStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from stylePassthroughAsString()
.
DvbSubtitleStylePassthrough
public final DvbSubtitlingType subtitlingType()
If the service returns an enum value that is not available in the current SDK version, subtitlingType
will return DvbSubtitlingType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from subtitlingTypeAsString()
.
DvbSubtitlingType
public final String subtitlingTypeAsString()
If the service returns an enum value that is not available in the current SDK version, subtitlingType
will return DvbSubtitlingType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from subtitlingTypeAsString()
.
DvbSubtitlingType
public final DvbSubtitleTeletextSpacing teletextSpacing()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return DvbSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from teletextSpacingAsString()
.
DvbSubtitleTeletextSpacing
public final String teletextSpacingAsString()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return DvbSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from teletextSpacingAsString()
.
DvbSubtitleTeletextSpacing
public final Integer width()
public final Integer xPosition()
public final Integer yPosition()
public DvbSubDestinationSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DvbSubDestinationSettings.Builder,DvbSubDestinationSettings>
public static DvbSubDestinationSettings.Builder builder()
public static Class<? extends DvbSubDestinationSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.