Class InputLossBehavior.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.InputLossBehavior.Jsii$Proxy
- All Implemented Interfaces:
InputLossBehavior,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InputLossBehavior
@Stability(Experimental)
@Internal
public static final class InputLossBehavior.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InputLossBehavior
An implementation for
InputLossBehavior-
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.InputLossBehavior
InputLossBehavior.Builder, InputLossBehavior.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(InputLossBehavior.Builder builder) Constructor that initializes the object based on literal property values passed by theInputLossBehavior.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 Duration(experimental) How long to substitute black before showing the input-loss image (up to Duration.seconds(1000); Duration.seconds(1000) is interpreted as infinite).final String(experimental) The image color as 6 hex characters (RGB).final FileLocation(experimental) The slate image to display.final InputLossImageType(experimental) Whether to substitute a solid color or a slate image after the black period.final Duration(experimental) How long to repeat the previous picture before substituting black (up to Duration.seconds(1000); Duration.seconds(1000) is interpreted as infinite).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 theInputLossBehavior.Builder.
-
-
Method Details
-
getBlackFrame
Description copied from interface:InputLossBehavior(experimental) How long to substitute black before showing the input-loss image (up to Duration.seconds(1000); Duration.seconds(1000) is interpreted as infinite).Default: - service default
- Specified by:
getBlackFramein interfaceInputLossBehavior
-
getImageColor
Description copied from interface:InputLossBehavior(experimental) The image color as 6 hex characters (RGB).Used when InputLossImageType.COLOR.
Default: - service default
- Specified by:
getImageColorin interfaceInputLossBehavior
-
getImageSlate
Description copied from interface:InputLossBehavior(experimental) The slate image to display.Used when
imageTypeis SLATE. Provide aFileLocationreferencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url).Default: - service default
- Specified by:
getImageSlatein interfaceInputLossBehavior
-
getImageType
Description copied from interface:InputLossBehavior(experimental) Whether to substitute a solid color or a slate image after the black period.Default: - service default
- Specified by:
getImageTypein interfaceInputLossBehavior
-
getRepeatFrame
Description copied from interface:InputLossBehavior(experimental) How long to repeat the previous picture before substituting black (up to Duration.seconds(1000); Duration.seconds(1000) is interpreted as infinite).Default: - service default
- Specified by:
getRepeatFramein interfaceInputLossBehavior
-
$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()
-