Class VideoEncodeProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.VideoEncodeProps.Jsii$Proxy
All Implemented Interfaces:
VideoEncodeProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
VideoEncodeProps

@Stability(Experimental) @Internal public static final class VideoEncodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VideoEncodeProps
An implementation for VideoEncodeProps
  • 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(VideoEncodeProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VideoEncodeProps.Builder.
  • Method Details

    • getCodec

      public final VideoCodecSettings getCodec()
      Description copied from interface: VideoEncodeProps
      (experimental) The codec for the video encode.

      Choose the codec explicitly (e.g. VideoCodecSettings.h264(...))

      Specified by:
      getCodec in interface VideoEncodeProps
    • getHeight

      public final Number getHeight()
      Description copied from interface: VideoEncodeProps
      (experimental) The height of the output video in pixels.

      Must be an even number.

      Specified by:
      getHeight in interface VideoEncodeProps
    • getName

      public final String getName()
      Description copied from interface: VideoEncodeProps
      (experimental) A unique name for this video encode.
      Specified by:
      getName in interface VideoEncodeProps
    • getWidth

      public final Number getWidth()
      Description copied from interface: VideoEncodeProps
      (experimental) The width of the output video in pixels.

      Must be an even number.

      Specified by:
      getWidth in interface VideoEncodeProps
    • getRespondToAfd

      public final RespondToAfd getRespondToAfd()
      Description copied from interface: VideoEncodeProps
      (experimental) How to respond to AFD values in the input stream.

      Default: RespondToAfd.NONE

      Specified by:
      getRespondToAfd in interface VideoEncodeProps
    • getScalingBehavior

      public final ScalingBehavior getScalingBehavior()
      Description copied from interface: VideoEncodeProps
      (experimental) The video scaling behavior.

      Default: ScalingBehavior.DEFAULT

      Specified by:
      getScalingBehavior in interface VideoEncodeProps
    • getSharpness

      public final Number getSharpness()
      Description copied from interface: VideoEncodeProps
      (experimental) The anti-alias filter strength (0-100).

      0 is softest, 100 is sharpest.

      Default: 50

      Specified by:
      getSharpness in interface VideoEncodeProps
    • $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