public static interface TimecodeBurnin.Builder extends CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
Modifier and Type | Method and Description |
---|---|
TimecodeBurnin.Builder |
fontSize(Integer fontSize)
Use Font Size (FontSize) to set the font size of any burned-in timecode.
|
TimecodeBurnin.Builder |
position(String position)
Sets the value of the Position property for this object.
|
TimecodeBurnin.Builder |
position(TimecodeBurninPosition position)
Sets the value of the Position property for this object.
|
TimecodeBurnin.Builder |
prefix(String prefix)
Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.
|
copy
applyMutation, build
TimecodeBurnin.Builder fontSize(Integer fontSize)
fontSize
- Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32,
48.TimecodeBurnin.Builder position(String position)
position
- The new value for the Position property for this object.TimecodeBurninPosition
,
TimecodeBurninPosition
TimecodeBurnin.Builder position(TimecodeBurninPosition position)
position
- The new value for the Position property for this object.TimecodeBurninPosition
,
TimecodeBurninPosition
TimecodeBurnin.Builder prefix(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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.