| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
TimecodeBurnin |
TimecodeBurnin.clone() |
TimecodeBurnin |
VideoPreprocessor.getTimecodeBurnin()
Settings for burning the output timecode and specified prefix into the output.
|
TimecodeBurnin |
TimecodeBurnin.withFontSize(Integer fontSize)
Use Font size to set the font size of any burned-in timecode.
|
TimecodeBurnin |
TimecodeBurnin.withPosition(String position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin |
TimecodeBurnin.withPosition(TimecodeBurninPosition position)
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
|
TimecodeBurnin |
TimecodeBurnin.withPrefix(String prefix)
Use Prefix to place ASCII characters before any burned-in timecode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoPreprocessor.setTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Settings for burning the output timecode and specified prefix into the output.
|
VideoPreprocessor |
VideoPreprocessor.withTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Settings for burning the output timecode and specified prefix into the output.
|
Copyright © 2023. All rights reserved.