@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimecodeBurnin extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TimecodeBurnin() |
| Modifier and Type | Method and Description |
|---|---|
TimecodeBurnin |
clone() |
boolean |
equals(Object obj) |
Integer |
getFontSize()
Use Font Size (FontSize) to set the font size of any burned-in timecode.
|
String |
getPosition()
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
String |
getPrefix()
Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFontSize(Integer fontSize)
Use Font Size (FontSize) to set the font size of any burned-in timecode.
|
void |
setPosition(String position)
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
void |
setPrefix(String prefix)
Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.
|
String |
toString()
Returns a string representation of this object.
|
TimecodeBurnin |
withFontSize(Integer fontSize)
Use Font Size (FontSize) to set the font size of any burned-in timecode.
|
TimecodeBurnin |
withPosition(String position)
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
TimecodeBurnin |
withPosition(TimecodeBurninPosition position)
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
TimecodeBurnin |
withPrefix(String prefix)
Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.
|
public void setFontSize(Integer fontSize)
fontSize - Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.public Integer getFontSize()
public TimecodeBurnin withFontSize(Integer fontSize)
fontSize - Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.public void setPosition(String position)
position - Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the
burned-in timecode on output video.TimecodeBurninPositionpublic String getPosition()
TimecodeBurninPositionpublic TimecodeBurnin withPosition(String position)
position - Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the
burned-in timecode on output video.TimecodeBurninPositionpublic TimecodeBurnin withPosition(TimecodeBurninPosition position)
position - Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the
burned-in timecode on output video.TimecodeBurninPositionpublic void setPrefix(String prefix)
prefix - Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of
"EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII
code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers,
and all special characters represented on a standard English keyboard.public String getPrefix()
public TimecodeBurnin withPrefix(String prefix)
prefix - Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of
"EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII
code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers,
and all special characters represented on a standard English keyboard.public String toString()
toString in class ObjectObject.toString()public TimecodeBurnin clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.