@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 |
|---|---|
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() |
TimecodeConfigSource |
source()
Identifies the source for the timecode that will be associated with the events outputs.
|
String |
sourceAsString()
Identifies the source for the timecode that will be associated with the events outputs.
|
Integer |
syncThreshold()
Threshold in frames beyond which output timecode is resynchronized to the input timecode.
|
TimecodeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TimecodeConfigSource source()
If the service returns an enum value that is not available in the current SDK version, source will
return TimecodeConfigSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceAsString().
TimecodeConfigSourcepublic final String sourceAsString()
If the service returns an enum value that is not available in the current SDK version, source will
return TimecodeConfigSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceAsString().
TimecodeConfigSourcepublic final Integer syncThreshold()
public TimecodeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>public static TimecodeConfig.Builder builder()
public static Class<? extends TimecodeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.