Interface CfnChannel.TimecodeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.TimecodeConfigProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.TimecodeConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the timecode in the output.
The parent of this entity is EncoderSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; TimecodeConfigProperty timecodeConfigProperty = TimecodeConfigProperty.builder() .source("source") .syncThreshold(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.TimecodeConfigProperty
static final class
An implementation forCfnChannel.TimecodeConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
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.
- See Also:
-
getSyncThreshold
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.
- See Also:
-
builder
-