public static final class CfnChannel.TimecodeConfigProperty.Builder
extends java.lang.Object
CfnChannel.TimecodeConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.TimecodeConfigProperty |
build()
Builds the configured instance.
|
CfnChannel.TimecodeConfigProperty.Builder |
source(java.lang.String source)
Sets the value of
CfnChannel.TimecodeConfigProperty.getSource() |
CfnChannel.TimecodeConfigProperty.Builder |
syncThreshold(java.lang.Number syncThreshold)
Sets the value of
CfnChannel.TimecodeConfigProperty.getSyncThreshold() |
public CfnChannel.TimecodeConfigProperty.Builder source(java.lang.String source)
CfnChannel.TimecodeConfigProperty.getSource()
source
- Identifies the source for the timecode that will be associated with the channel outputs.
Embedded (embedded): Initialize the output timecode with timecode from 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 channel will be 00:00:00:00.this
public CfnChannel.TimecodeConfigProperty.Builder syncThreshold(java.lang.Number syncThreshold)
CfnChannel.TimecodeConfigProperty.getSyncThreshold()
syncThreshold
- The 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. There is no timecode sync when this is not specified.this
public CfnChannel.TimecodeConfigProperty build()
CfnChannel.TimecodeConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided