@Stability(value=Stable)
public static interface CfnChannel.TimecodeConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.TimecodeConfigProperty.Builder
A builder for
CfnChannel.TimecodeConfigProperty |
static class |
CfnChannel.TimecodeConfigProperty.Jsii$Proxy
An implementation for
CfnChannel.TimecodeConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.TimecodeConfigProperty.Builder |
builder() |
default String |
getSource()
Identifies the source for the timecode that will be associated with the channel outputs.
|
default Number |
getSyncThreshold()
The threshold in frames beyond which output timecode is resynchronized to the input timecode.
|
@Stability(value=Stable) @Nullable default String getSource()
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.
@Stability(value=Stable) @Nullable default Number getSyncThreshold()
Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. There is no timecode sync when this is not specified.
@Stability(value=Stable) static CfnChannel.TimecodeConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.