Class Smpte2110SdpLocation.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the Smpte2110SdpLocation.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 index of the media stream within the SDP to ingest.
    final String
    (experimental) The URL of the SDP file.
    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(Smpte2110SdpLocation.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Smpte2110SdpLocation.Builder.
  • Method Details

    • getSdpUrl

      public final String getSdpUrl()
      Description copied from interface: Smpte2110SdpLocation
      (experimental) The URL of the SDP file.
      Specified by:
      getSdpUrl in interface Smpte2110SdpLocation
    • getMediaIndex

      public final Number getMediaIndex()
      Description copied from interface: Smpte2110SdpLocation
      (experimental) The index of the media stream within the SDP to ingest.

      Use when the SDP describes more than one stream of that media type.

      Default: - service default

      Specified by:
      getMediaIndex in interface Smpte2110SdpLocation
    • $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