@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 to set the font size of any burned-in timecode.
|
String |
getPosition()
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
String |
getPrefix()
Use Prefix to place ASCII characters before any burned-in timecode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFontSize(Integer fontSize)
Use Font size to set the font size of any burned-in timecode.
|
void |
setPosition(String position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
void |
setPrefix(String prefix)
Use 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 to set the font size of any burned-in timecode.
|
TimecodeBurnin |
withPosition(String position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin |
withPosition(TimecodeBurninPosition position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin |
withPrefix(String prefix)
Use Prefix to place ASCII characters before any burned-in timecode.
|
public void setFontSize(Integer fontSize)
fontSize
- Use Font size 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 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 under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurninPosition
public String getPosition()
TimecodeBurninPosition
public TimecodeBurnin withPosition(String position)
position
- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurninPosition
public TimecodeBurnin withPosition(TimecodeBurninPosition position)
position
- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurninPosition
public void setPrefix(String prefix)
prefix
- Use 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 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 Object
Object.toString()
public TimecodeBurnin clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.