@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) |
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()
Returns the value of the Position property for this object.
|
String |
positionAsString()
Returns the value of the Position property for this object.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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().
TimecodeBurninPositionpublic 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().
TimecodeBurninPositionpublic String prefix()
public TimecodeBurnin.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>public static TimecodeBurnin.Builder builder()
public static Class<? extends TimecodeBurnin.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.