@Generated(value="software.amazon.awssdk:codegen") public final class TimecodeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
Modifier and Type | Class and Description |
---|---|
static interface |
TimecodeConfig.Builder |
Modifier and Type | Method and Description |
---|---|
String |
anchor()
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
static TimecodeConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimecodeConfig.Builder> |
serializableBuilderClass() |
TimecodeSource |
source()
Use Source (TimecodeSource) to set how timecodes are handled within this job.
|
String |
sourceAsString()
Use Source (TimecodeSource) to set how timecodes are handled within this job.
|
String |
start()
Only use when you set Source (TimecodeSource) to Specified start (SPECIFIEDSTART).
|
String |
timestampOffset()
Only applies to outputs that support program-date-time stamp.
|
TimecodeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String anchor()
public TimecodeSource source()
If the service returns an enum value that is not available in the current SDK version, source
will
return TimecodeSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sourceAsString()
.
TimecodeSource
public String sourceAsString()
If the service returns an enum value that is not available in the current SDK version, source
will
return TimecodeSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sourceAsString()
.
TimecodeSource
public String start()
public String timestampOffset()
public TimecodeConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
public static TimecodeConfig.Builder builder()
public static Class<? extends TimecodeConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.