Class TimecodeBurnin
java.lang.Object
software.amazon.awssdk.services.mediaconvert.model.TimecodeBurnin
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<TimecodeBurnin.Builder,- TimecodeBurnin> 
@Generated("software.amazon.awssdk:codegen")
public final class TimecodeBurnin
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin> 
Settings for burning the output timecode and specified prefix into the output.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic TimecodeBurnin.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final IntegerfontSize()Use Font size to set the font size of any burned-in timecode.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final TimecodeBurninPositionposition()Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.final StringUse Position under Timecode burn-in to specify the location the burned-in timecode on output video.final Stringprefix()Use Prefix to place ASCII characters before any burned-in timecode.static Class<? extends TimecodeBurnin.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
fontSizeUse Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.- Returns:
- Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
 
- 
positionUse Position under Timecode burn-in to specify the location the burned-in timecode on output video.If the service returns an enum value that is not available in the current SDK version, positionwill returnTimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompositionAsString().- Returns:
- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
- See Also:
 
- 
positionAsStringUse Position under Timecode burn-in to specify the location the burned-in timecode on output video.If the service returns an enum value that is not available in the current SDK version, positionwill returnTimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompositionAsString().- Returns:
- Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
- See Also:
 
- 
prefixUse 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.- Returns:
- 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<TimecodeBurnin.Builder,- TimecodeBurnin> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-