@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 |
|---|---|
DvbSubDestinationAlignment |
alignment()
If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
String |
alignmentAsString()
If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
DvbSubDestinationBackgroundColor |
backgroundColor()
Specifies the color of the rectangle behind the captions.
|
String |
backgroundColorAsString()
Specifies the color of the rectangle behind the captions.
|
Integer |
backgroundOpacity()
Specifies the opacity of the background rectangle.
|
static DvbSubDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
InputLocation |
font()
External font file used for caption burn-in.
|
DvbSubDestinationFontColor |
fontColor()
Specifies the color of the burned-in captions.
|
String |
fontColorAsString()
Specifies the color of the burned-in captions.
|
Integer |
fontOpacity()
Specifies the opacity of the burned-in captions.
|
Integer |
fontResolution()
Font resolution in DPI (dots per inch); default is 96 dpi.
|
String |
fontSize()
When set to auto fontSize will scale depending on the size of the output.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DvbSubDestinationOutlineColor |
outlineColor()
Specifies font outline color.
|
String |
outlineColorAsString()
Specifies font outline color.
|
Integer |
outlineSize()
Specifies font outline size in pixels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DvbSubDestinationSettings.Builder> |
serializableBuilderClass() |
DvbSubDestinationShadowColor |
shadowColor()
Specifies the color of the shadow cast by the captions.
|
String |
shadowColorAsString()
Specifies the color of the shadow cast by the captions.
|
Integer |
shadowOpacity()
Specifies the opacity of the shadow.
|
Integer |
shadowXOffset()
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
Integer |
shadowYOffset()
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
DvbSubDestinationTeletextGridControl |
teletextGridControl()
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
String |
teletextGridControlAsString()
Controls whether a fixed grid size will be used to generate the output subtitles bitmap.
|
DvbSubDestinationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
xPosition()
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
Integer |
yPosition()
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DvbSubDestinationAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment will
return DvbSubDestinationAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from alignmentAsString().
DvbSubDestinationAlignmentpublic final String alignmentAsString()
If the service returns an enum value that is not available in the current SDK version, alignment will
return DvbSubDestinationAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from alignmentAsString().
DvbSubDestinationAlignmentpublic final DvbSubDestinationBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubDestinationBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from backgroundColorAsString().
DvbSubDestinationBackgroundColorpublic final String backgroundColorAsString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubDestinationBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from backgroundColorAsString().
DvbSubDestinationBackgroundColorpublic final Integer backgroundOpacity()
public final InputLocation font()
public final DvbSubDestinationFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor will
return DvbSubDestinationFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fontColorAsString().
DvbSubDestinationFontColorpublic final String fontColorAsString()
If the service returns an enum value that is not available in the current SDK version, fontColor will
return DvbSubDestinationFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fontColorAsString().
DvbSubDestinationFontColorpublic final Integer fontOpacity()
public final Integer fontResolution()
public final String fontSize()
public final DvbSubDestinationOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor will
return DvbSubDestinationOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from outlineColorAsString().
DvbSubDestinationOutlineColorpublic final String outlineColorAsString()
If the service returns an enum value that is not available in the current SDK version, outlineColor will
return DvbSubDestinationOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from outlineColorAsString().
DvbSubDestinationOutlineColorpublic final Integer outlineSize()
public final DvbSubDestinationShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor will
return DvbSubDestinationShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from shadowColorAsString().
DvbSubDestinationShadowColorpublic final String shadowColorAsString()
If the service returns an enum value that is not available in the current SDK version, shadowColor will
return DvbSubDestinationShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from shadowColorAsString().
DvbSubDestinationShadowColorpublic final Integer shadowOpacity()
public final Integer shadowXOffset()
public final Integer shadowYOffset()
public final DvbSubDestinationTeletextGridControl teletextGridControl()
If the service returns an enum value that is not available in the current SDK version,
teletextGridControl will return DvbSubDestinationTeletextGridControl.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from teletextGridControlAsString().
DvbSubDestinationTeletextGridControlpublic final String teletextGridControlAsString()
If the service returns an enum value that is not available in the current SDK version,
teletextGridControl will return DvbSubDestinationTeletextGridControl.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from teletextGridControlAsString().
DvbSubDestinationTeletextGridControlpublic 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 SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.