Class CfnChannel.TimecodeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.TimecodeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.TimecodeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.TimecodeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.TimecodeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.TimecodeConfigProperty
An implementation for
CfnChannel.TimecodeConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.TimecodeConfigProperty
CfnChannel.TimecodeConfigProperty.Builder, CfnChannel.TimecodeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.TimecodeConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIdentifies the source for the timecode that will be associated with the channel outputs.final NumberThe threshold in frames beyond which output timecode is resynchronized to the input timecode.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.TimecodeConfigProperty.Builder.
-
-
Method Details
-
getSource
Description copied from interface:CfnChannel.TimecodeConfigPropertyIdentifies 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.
- Specified by:
getSourcein interfaceCfnChannel.TimecodeConfigProperty
-
getSyncThreshold
Description copied from interface:CfnChannel.TimecodeConfigPropertyThe 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.
- Specified by:
getSyncThresholdin interfaceCfnChannel.TimecodeConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-