@Generated(value="software.amazon.awssdk:codegen") public final class TimecodeBurnin extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
Modifier and Type | Class and Description |
---|---|
static interface |
TimecodeBurnin.Builder |
Modifier and Type | Method and Description |
---|---|
static TimecodeBurnin.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fontSize()
Use Font Size (FontSize) 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 (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
String |
positionAsString()
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
String |
prefix()
Use Prefix (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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer fontSize()
public TimecodeBurninPosition position()
If the service returns an enum value that is not available in the current SDK version, position
will
return TimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from positionAsString()
.
TimecodeBurninPosition
public String positionAsString()
If the service returns an enum value that is not available in the current SDK version, position
will
return TimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from positionAsString()
.
TimecodeBurninPosition
public String prefix()
public TimecodeBurnin.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
public static TimecodeBurnin.Builder builder()
public static Class<? extends TimecodeBurnin.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.