Class FmtpVideo.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class FmtpVideo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FmtpVideo
An implementation for FmtpVideo
  • 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.mediaconnect.alpha.FmtpVideo

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FmtpVideo.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
     
    (experimental) The format used for the representation of color.
    final Framerate
    (experimental) The frame rate for the video stream.
    (experimental) The pixel aspect ratio (PAR) of the video — the shape of a single pixel, not the display aspect ratio.
    final ScanMode
    (experimental) The type of compression that was used to smooth the video's appearance.
    final Tcs
    (experimental) The transfer characteristic system (TCS) that is used in the video.
    (experimental) The encoding range of the video.
    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(FmtpVideo.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FmtpVideo.Builder.
  • Method Details

    • getColorimetry

      public final Colorimetry getColorimetry()
      Description copied from interface: FmtpVideo
      (experimental) The format used for the representation of color.

      Default: - no colorimetry specified

      Specified by:
      getColorimetry in interface FmtpVideo
    • getExactFramerate

      public final Framerate getExactFramerate()
      Description copied from interface: FmtpVideo
      (experimental) The frame rate for the video stream.

      Default: - no frame rate specified

      Specified by:
      getExactFramerate in interface FmtpVideo
    • getPar

      public final PixelAspectRatio getPar()
      Description copied from interface: FmtpVideo
      (experimental) The pixel aspect ratio (PAR) of the video — the shape of a single pixel, not the display aspect ratio.

      Use PixelAspectRatio.SQUARE for most modern content.

      Default: - no pixel aspect ratio specified

      Specified by:
      getPar in interface FmtpVideo
    • getScanMode

      public final ScanMode getScanMode()
      Description copied from interface: FmtpVideo
      (experimental) The type of compression that was used to smooth the video's appearance.

      Default: - no scan mode specified

      Specified by:
      getScanMode in interface FmtpVideo
    • getTcs

      public final Tcs getTcs()
      Description copied from interface: FmtpVideo
      (experimental) The transfer characteristic system (TCS) that is used in the video.

      Default: - no TCS specified

      Specified by:
      getTcs in interface FmtpVideo
    • getVideoRange

      public final VideoRange getVideoRange()
      Description copied from interface: FmtpVideo
      (experimental) The encoding range of the video.

      Default: - no video range specified

      Specified by:
      getVideoRange in interface FmtpVideo
    • $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