@Generated(value="software.amazon.awssdk:codegen") public class BurnInDestinationSettings extends Object implements StructuredPojo, ToCopyableBuilder<BurnInDestinationSettings.Builder,BurnInDestinationSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BurnInDestinationSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
BurnInAlignment |
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.
|
BurnInBackgroundColor |
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 BurnInDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
InputLocation |
font()
External font file used for caption burn-in.
|
BurnInFontColor |
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
BurnInOutlineColor |
outlineColor()
Specifies font outline color.
|
String |
outlineColorAsString()
Specifies font outline color.
|
Integer |
outlineSize()
Specifies font outline size in pixels.
|
static Class<? extends BurnInDestinationSettings.Builder> |
serializableBuilderClass() |
BurnInShadowColor |
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.
|
BurnInTeletextGridControl |
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.
|
BurnInDestinationSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
copypublic BurnInAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment will
return BurnInAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
alignmentAsString().
BurnInAlignmentpublic String alignmentAsString()
If the service returns an enum value that is not available in the current SDK version, alignment will
return BurnInAlignment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
alignmentAsString().
BurnInAlignmentpublic BurnInBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurnInBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from backgroundColorAsString().
BurnInBackgroundColorpublic String backgroundColorAsString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurnInBackgroundColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from backgroundColorAsString().
BurnInBackgroundColorpublic Integer backgroundOpacity()
public InputLocation font()
public BurnInFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor will
return BurnInFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fontColorAsString().
BurnInFontColorpublic String fontColorAsString()
If the service returns an enum value that is not available in the current SDK version, fontColor will
return BurnInFontColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fontColorAsString().
BurnInFontColorpublic Integer fontOpacity()
public Integer fontResolution()
public String fontSize()
public BurnInOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor will
return BurnInOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outlineColorAsString().
BurnInOutlineColorpublic String outlineColorAsString()
If the service returns an enum value that is not available in the current SDK version, outlineColor will
return BurnInOutlineColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outlineColorAsString().
BurnInOutlineColorpublic Integer outlineSize()
public BurnInShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor will
return BurnInShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
shadowColorAsString().
BurnInShadowColorpublic String shadowColorAsString()
If the service returns an enum value that is not available in the current SDK version, shadowColor will
return BurnInShadowColor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
shadowColorAsString().
BurnInShadowColorpublic Integer shadowOpacity()
public Integer shadowXOffset()
public Integer shadowYOffset()
public BurnInTeletextGridControl teletextGridControl()
If the service returns an enum value that is not available in the current SDK version,
teletextGridControl will return BurnInTeletextGridControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from teletextGridControlAsString().
BurnInTeletextGridControlpublic String teletextGridControlAsString()
If the service returns an enum value that is not available in the current SDK version,
teletextGridControl will return BurnInTeletextGridControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from teletextGridControlAsString().
BurnInTeletextGridControlpublic Integer xPosition()
public Integer yPosition()
public BurnInDestinationSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BurnInDestinationSettings.Builder,BurnInDestinationSettings>public static BurnInDestinationSettings.Builder builder()
public static Class<? extends BurnInDestinationSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.