Class CfnChannel.InputLossBehaviorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.InputLossBehaviorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.InputLossBehaviorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.InputLossBehaviorProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.InputLossBehaviorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.InputLossBehaviorProperty
An implementation for
CfnChannel.InputLossBehaviorProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.InputLossBehaviorProperty
CfnChannel.InputLossBehaviorProperty.Builder, CfnChannel.InputLossBehaviorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.InputLossBehaviorProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.final String
When the input loss image type is "color," this field specifies the color to use.final Object
When the input loss image type is "slate," these fields specify the parameters for accessing the slate.final String
Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.final Number
On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.final int
hashCode()
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.InputLossBehaviorProperty.Builder
.
-
-
Method Details
-
getBlackFrameMsec
Description copied from interface:CfnChannel.InputLossBehaviorProperty
On 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:
getBlackFrameMsec
in interfaceCfnChannel.InputLossBehaviorProperty
-
getInputLossImageColor
Description copied from interface:CfnChannel.InputLossBehaviorProperty
When 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:
getInputLossImageColor
in interfaceCfnChannel.InputLossBehaviorProperty
-
getInputLossImageSlate
Description copied from interface:CfnChannel.InputLossBehaviorProperty
When the input loss image type is "slate," these fields specify the parameters for accessing the slate.- Specified by:
getInputLossImageSlate
in interfaceCfnChannel.InputLossBehaviorProperty
-
getInputLossImageType
Description copied from interface:CfnChannel.InputLossBehaviorProperty
Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.- Specified by:
getInputLossImageType
in interfaceCfnChannel.InputLossBehaviorProperty
-
getRepeatFrameMsec
Description copied from interface:CfnChannel.InputLossBehaviorProperty
On 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:
getRepeatFrameMsec
in interfaceCfnChannel.InputLossBehaviorProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-