Class MediaStreamVideo.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the MediaStreamVideo.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 Number
    (experimental) The sample rate for the stream.
    final String
    (experimental) A description that can help you quickly identify what your media stream is used for.
    final Number
    (experimental) The format type number (sometimes referred to as RTP payload type) of the media stream.
    final FmtpVideo
    (experimental) Attributes that are related to the media stream.
    final Number
    (experimental) A unique identifier for the media stream.
    final String
    (experimental) A name that helps you distinguish one media stream from another.
    (experimental) The resolution 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(MediaStreamVideo.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MediaStreamVideo.Builder.
  • Method Details

    • getFmtp

      public final FmtpVideo getFmtp()
      Description copied from interface: MediaStreamVideo
      (experimental) Attributes that are related to the media stream.
      Specified by:
      getFmtp in interface MediaStreamVideo
    • getVideoFormat

      public final MediaVideoFormat getVideoFormat()
      Description copied from interface: MediaStreamVideo
      (experimental) The resolution of the video.
      Specified by:
      getVideoFormat in interface MediaStreamVideo
    • getClockRate

      public final Number getClockRate()
      Description copied from interface: MediaStreamVideo
      (experimental) The sample rate for the stream.

      This value is measured in Hz.

      Default: - default clock rate for the media stream type

      Specified by:
      getClockRate in interface MediaStreamVideo
    • getFmt

      public final Number getFmt()
      Description copied from interface: MediaStreamVideo
      (experimental) The format type number (sometimes referred to as RTP payload type) of the media stream.

      MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.

      Default: - assigned by MediaConnect

      Specified by:
      getFmt in interface MediaStreamVideo
    • getMediaStreamId

      public final Number getMediaStreamId()
      Description copied from interface: MediaStreamBase
      (experimental) A unique identifier for the media stream.
      Specified by:
      getMediaStreamId in interface MediaStreamBase
    • getMediaStreamName

      public final String getMediaStreamName()
      Description copied from interface: MediaStreamBase
      (experimental) A name that helps you distinguish one media stream from another.
      Specified by:
      getMediaStreamName in interface MediaStreamBase
    • getDescription

      public final String getDescription()
      Description copied from interface: MediaStreamBase
      (experimental) A description that can help you quickly identify what your media stream is used for.

      Default: - no description

      Specified by:
      getDescription in interface MediaStreamBase
    • $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