Class CfnChannelPropsMixin.InputLossBehaviorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.InputLossBehaviorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.InputLossBehaviorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.InputLossBehaviorProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.InputLossBehaviorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.InputLossBehaviorProperty
An implementation for
CfnChannelPropsMixin.InputLossBehaviorProperty-
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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.InputLossBehaviorProperty
CfnChannelPropsMixin.InputLossBehaviorProperty.Builder, CfnChannelPropsMixin.InputLossBehaviorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.InputLossBehaviorProperty.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 NumberOn input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.final StringWhen the input loss image type is "color," this field specifies the color to use.final ObjectWhen the input loss image type is "slate," these fields specify the parameters for accessing the slate.final StringIndicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.final NumberOn input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.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 theCfnChannelPropsMixin.InputLossBehaviorProperty.Builder.
-
-
Method Details
-
getBlackFrameMsec
Description copied from interface:CfnChannelPropsMixin.InputLossBehaviorPropertyOn input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
- Specified by:
getBlackFrameMsecin interfaceCfnChannelPropsMixin.InputLossBehaviorProperty- See Also:
-
getInputLossImageColor
Description copied from interface:CfnChannelPropsMixin.InputLossBehaviorPropertyWhen the input loss image type is "color," this field specifies the color to use.Value: 6 hex characters that represent the values of RGB.
- Specified by:
getInputLossImageColorin interfaceCfnChannelPropsMixin.InputLossBehaviorProperty- See Also:
-
getInputLossImageSlate
Description copied from interface:CfnChannelPropsMixin.InputLossBehaviorPropertyWhen the input loss image type is "slate," these fields specify the parameters for accessing the slate.Returns union: either
IResolvableorCfnChannelPropsMixin.InputLocationProperty- Specified by:
getInputLossImageSlatein interfaceCfnChannelPropsMixin.InputLossBehaviorProperty- See Also:
-
getInputLossImageType
Description copied from interface:CfnChannelPropsMixin.InputLossBehaviorPropertyIndicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.- Specified by:
getInputLossImageTypein interfaceCfnChannelPropsMixin.InputLossBehaviorProperty- See Also:
-
getRepeatFrameMsec
Description copied from interface:CfnChannelPropsMixin.InputLossBehaviorPropertyOn input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
- Specified by:
getRepeatFrameMsecin interfaceCfnChannelPropsMixin.InputLossBehaviorProperty- See Also:
-
$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()
-