@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 |
|---|---|
BurninSubtitleAlignment |
alignment()
Returns the value of the Alignment property for this object.
|
String |
alignmentAsString()
Returns the value of the Alignment property for this object.
|
BurninSubtitleBackgroundColor |
backgroundColor()
Returns the value of the BackgroundColor property for this object.
|
String |
backgroundColorAsString()
Returns the value of the BackgroundColor property for this object.
|
Integer |
backgroundOpacity()
Specifies the opacity of the background rectangle.
|
static BurninDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
BurninSubtitleFontColor |
fontColor()
Returns the value of the FontColor property for this object.
|
String |
fontColorAsString()
Returns the value of the FontColor property for this object.
|
Integer |
fontOpacity()
Specifies the opacity of the burned-in captions.
|
Integer |
fontResolution()
Font resolution in DPI (dots per inch); default is 96 dpi.
|
Integer |
fontSize()
A positive integer indicates the exact font size in points.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
BurninSubtitleOutlineColor |
outlineColor()
Returns the value of the OutlineColor property for this object.
|
String |
outlineColorAsString()
Returns the value of the OutlineColor property for this object.
|
Integer |
outlineSize()
Specifies font outline size in pixels.
|
static Class<? extends BurninDestinationSettings.Builder> |
serializableBuilderClass() |
BurninSubtitleShadowColor |
shadowColor()
Returns the value of the ShadowColor property for this object.
|
String |
shadowColorAsString()
Returns the value of the ShadowColor property for this object.
|
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.
|
BurninSubtitleTeletextSpacing |
teletextSpacing()
Returns the value of the TeletextSpacing property for this object.
|
String |
teletextSpacingAsString()
Returns the value of the TeletextSpacing property for this object.
|
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 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().
BurninSubtitleAlignmentpublic 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().
BurninSubtitleAlignmentpublic 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().
BurninSubtitleBackgroundColorpublic 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().
BurninSubtitleBackgroundColorpublic Integer backgroundOpacity()
public 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().
BurninSubtitleFontColorpublic 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().
BurninSubtitleFontColorpublic Integer fontOpacity()
public Integer fontResolution()
public Integer fontSize()
public 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().
BurninSubtitleOutlineColorpublic 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().
BurninSubtitleOutlineColorpublic Integer outlineSize()
public 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().
BurninSubtitleShadowColorpublic 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().
BurninSubtitleShadowColorpublic Integer shadowOpacity()
public Integer shadowXOffset()
public Integer shadowYOffset()
public 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().
BurninSubtitleTeletextSpacingpublic 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().
BurninSubtitleTeletextSpacingpublic 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.