Class VideoBlackFailoverProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.VideoBlackFailoverProps.Jsii$Proxy
- All Implemented Interfaces:
VideoBlackFailoverProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VideoBlackFailoverProps
@Stability(Experimental)
@Internal
public static final class VideoBlackFailoverProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VideoBlackFailoverProps
An implementation for
VideoBlackFailoverProps-
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.alpha.VideoBlackFailoverProps
VideoBlackFailoverProps.Builder, VideoBlackFailoverProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVideoBlackFailoverProps.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 Number(experimental) The fraction of white (0.0–1.0) below which a pixel is considered black.final Duration(experimental) How long the content must be black before failover occurs.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 theVideoBlackFailoverProps.Builder.
-
-
Method Details
-
getBlackDetectThreshold
Description copied from interface:VideoBlackFailoverProps(experimental) The fraction of white (0.0–1.0) below which a pixel is considered black. Every pixel in a frame must be below this threshold for the frame to count as black. For example, 0.1 means 10% white (90% black).Default: - MediaLive service default
- Specified by:
getBlackDetectThresholdin interfaceVideoBlackFailoverProps
-
getThreshold
Description copied from interface:VideoBlackFailoverProps(experimental) How long the content must be black before failover occurs.Default: - MediaLive service default
- Specified by:
getThresholdin interfaceVideoBlackFailoverProps
-
$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()
-