public static interface TimecodeBurnin.Builder extends SdkPojo, CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
| Modifier and Type | Method and Description |
|---|---|
TimecodeBurnin.Builder |
fontSize(Integer fontSize)
Use Font size to set the font size of any burned-in timecode.
|
TimecodeBurnin.Builder |
position(String position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin.Builder |
position(TimecodeBurninPosition position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin.Builder |
prefix(String prefix)
Use Prefix to place ASCII characters before any burned-in timecode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimecodeBurnin.Builder fontSize(Integer fontSize)
fontSize - Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.TimecodeBurnin.Builder position(String position)
position - Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurninPosition,
TimecodeBurninPositionTimecodeBurnin.Builder position(TimecodeBurninPosition position)
position - Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.TimecodeBurninPosition,
TimecodeBurninPositionTimecodeBurnin.Builder prefix(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.Copyright © 2023. All rights reserved.