@Stability(value=Stable) public static final class CfnChannel.TimecodeConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.TimecodeConfigProperty>
CfnChannel.TimecodeConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.TimecodeConfigProperty |
build()
Builds the configured instance.
|
CfnChannel.TimecodeConfigProperty.Builder |
source(String source)
Sets the value of
CfnChannel.TimecodeConfigProperty.getSource() |
CfnChannel.TimecodeConfigProperty.Builder |
syncThreshold(Number syncThreshold)
Sets the value of
CfnChannel.TimecodeConfigProperty.getSyncThreshold() |
@Stability(value=Stable) public CfnChannel.TimecodeConfigProperty.Builder source(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@Stability(value=Stable) public CfnChannel.TimecodeConfigProperty.Builder syncThreshold(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@Stability(value=Stable) public CfnChannel.TimecodeConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.TimecodeConfigProperty>CfnChannel.TimecodeConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.