public static final class CfnChannel.InputLossBehaviorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.InputLossBehaviorProperty
CfnChannel.InputLossBehaviorProperty
CfnChannel.InputLossBehaviorProperty.Builder, CfnChannel.InputLossBehaviorProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getBlackFrameMsec()
On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.
|
java.lang.String |
getInputLossImageColor()
When the input loss image type is "color," this field specifies the color to use.
|
java.lang.Object |
getInputLossImageSlate()
When the input loss image type is "slate," these fields specify the parameters for accessing the slate.
|
java.lang.String |
getInputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.
|
java.lang.Number |
getRepeatFrameMsec()
On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getBlackFrameMsec()
CfnChannel.InputLossBehaviorProperty
A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
getBlackFrameMsec
in interface CfnChannel.InputLossBehaviorProperty
public final java.lang.String getInputLossImageColor()
CfnChannel.InputLossBehaviorProperty
Value: 6 hex characters that represent the values of RGB.
getInputLossImageColor
in interface CfnChannel.InputLossBehaviorProperty
public final java.lang.Object getInputLossImageSlate()
CfnChannel.InputLossBehaviorProperty
getInputLossImageSlate
in interface CfnChannel.InputLossBehaviorProperty
public final java.lang.String getInputLossImageType()
CfnChannel.InputLossBehaviorProperty
getInputLossImageType
in interface CfnChannel.InputLossBehaviorProperty
public final java.lang.Number getRepeatFrameMsec()
CfnChannel.InputLossBehaviorProperty
A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
getRepeatFrameMsec
in interface CfnChannel.InputLossBehaviorProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()