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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.InputLossBehavior

    InputLossBehavior.Builder, InputLossBehavior.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the InputLossBehavior.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final 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).
    (experimental) The slate image to display.
    (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 int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(InputLossBehavior.Builder builder)
      Constructor that initializes the object based on literal property values passed by the InputLossBehavior.Builder.
  • Method Details

    • getBlackFrame

      public final Duration 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:
      getBlackFrame in interface InputLossBehavior
    • getImageColor

      public final String getImageColor()
      Description copied from interface: InputLossBehavior
      (experimental) The image color as 6 hex characters (RGB).

      Used when InputLossImageType.COLOR.

      Default: - service default

      Specified by:
      getImageColor in interface InputLossBehavior
    • getImageSlate

      public final FileLocation getImageSlate()
      Description copied from interface: InputLossBehavior
      (experimental) The slate image to display.

      Used when imageType is SLATE. Provide a FileLocation referencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url).

      Default: - service default

      Specified by:
      getImageSlate in interface InputLossBehavior
    • getImageType

      public final InputLossImageType 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:
      getImageType in interface InputLossBehavior
    • getRepeatFrame

      public final Duration 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:
      getRepeatFrame in interface InputLossBehavior
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object