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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TimecodeBurnin.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimecodeBurnin.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
Integer
fontSize()
Use Font size to set the font size of any burned-in timecode.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
TimecodeBurninPosition
position()
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.String
positionAsString()
Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.String
prefix()
Use Prefix to place ASCII characters before any burned-in timecode.List<SdkField<?>>
sdkFields()
static Class<? extends TimecodeBurnin.Builder>
serializableBuilderClass()
TimecodeBurnin.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fontSize
public final Integer fontSize()
Use 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.
-
position
public final TimecodeBurninPosition position()
Use 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,
position
will 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:
TimecodeBurninPosition
-
positionAsString
public final String positionAsString()
Use 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,
position
will 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:
TimecodeBurninPosition
-
prefix
public final String 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.- 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.
-
toBuilder
public TimecodeBurnin.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
-
builder
public static TimecodeBurnin.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimecodeBurnin.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-