Class Smpte2110InputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Smpte2110InputProps.Jsii$Proxy
- All Implemented Interfaces:
Smpte2110InputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Smpte2110InputProps
@Stability(Experimental)
@Internal
public static final class Smpte2110InputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Smpte2110InputProps
An implementation for
Smpte2110InputProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.Smpte2110InputProps
Smpte2110InputProps.Builder, Smpte2110InputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Smpte2110InputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSmpte2110InputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<Smpte2110SdpLocation> (experimental) The SDPs describing the ancillary data streams (SCTE-35 or captions).final List<Smpte2110SdpLocation> (experimental) The SDPs describing the audio streams.final Smpte2110SdpLocation(experimental) The SDP describing the video stream.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theSmpte2110InputProps.Builder.
-
-
Method Details
-
getAncillarySdps
Description copied from interface:Smpte2110InputProps(experimental) The SDPs describing the ancillary data streams (SCTE-35 or captions).Up to 50.
Default: - no ancillary data streams
- Specified by:
getAncillarySdpsin interfaceSmpte2110InputProps
-
getAudioSdps
Description copied from interface:Smpte2110InputProps(experimental) The SDPs describing the audio streams.Up to 50.
Default: - no audio streams
- Specified by:
getAudioSdpsin interfaceSmpte2110InputProps
-
getVideoSdp
Description copied from interface:Smpte2110InputProps(experimental) The SDP describing the video stream.Default: - no video stream
- Specified by:
getVideoSdpin interfaceSmpte2110InputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-