Class TimecodeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.TimecodeConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
@Generated("software.amazon.awssdk:codegen") public final class TimecodeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
Timecode Config- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimecodeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimecodeConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TimecodeConfig.Builder>serializableBuilderClass()TimecodeConfigSourcesource()Identifies the source for the timecode that will be associated with the events outputs.StringsourceAsString()Identifies the source for the timecode that will be associated with the events outputs.IntegersyncThreshold()Threshold in frames beyond which output timecode is resynchronized to the input timecode.TimecodeConfig.BuildertoBuilder()StringtoString()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
-
source
public final TimecodeConfigSource source()
Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.If the service returns an enum value that is not available in the current SDK version,
sourcewill returnTimecodeConfigSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.
- See Also:
TimecodeConfigSource
-
sourceAsString
public final String sourceAsString()
Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.If the service returns an enum value that is not available in the current SDK version,
sourcewill returnTimecodeConfigSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.
- See Also:
TimecodeConfigSource
-
syncThreshold
public final Integer syncThreshold()
Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.- Returns:
- Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.
-
toBuilder
public TimecodeConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
-
builder
public static TimecodeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimecodeConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-