Class SrtCallerSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.SrtCallerSourceProps.Jsii$Proxy
- All Implemented Interfaces:
SrtCallerSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SrtCallerSourceProps
@Stability(Experimental)
@Internal
public static final class SrtCallerSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SrtCallerSourceProps
An implementation for
SrtCallerSourceProps-
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.SrtCallerSourceProps
SrtCallerSourceProps.Builder, SrtCallerSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SrtCallerSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSrtCallerSourceProps.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 SrtDecryptionProps(experimental) Decryption settings for the SRT connection.final Duration(experimental) The minimum latency.final String(experimental) The address of the SRT listener to connect to.final Number(experimental) The port of the SRT listener.final String(experimental) The stream ID for the SRT connection.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 theSrtCallerSourceProps.Builder.
-
-
Method Details
-
getSrtListenerAddress
Description copied from interface:SrtCallerSourceProps(experimental) The address of the SRT listener to connect to.- Specified by:
getSrtListenerAddressin interfaceSrtCallerSourceProps
-
getSrtListenerPort
Description copied from interface:SrtCallerSourceProps(experimental) The port of the SRT listener.- Specified by:
getSrtListenerPortin interfaceSrtCallerSourceProps
-
getDecryption
Description copied from interface:SrtCallerSourceProps(experimental) Decryption settings for the SRT connection.Default: - no decryption
- Specified by:
getDecryptionin interfaceSrtCallerSourceProps
-
getMinimumLatency
Description copied from interface:SrtCallerSourceProps(experimental) The minimum latency.Default: - service default
- Specified by:
getMinimumLatencyin interfaceSrtCallerSourceProps
-
getStreamId
Description copied from interface:SrtCallerSourceProps(experimental) The stream ID for the SRT connection.Default: - no stream ID
- Specified by:
getStreamIdin interfaceSrtCallerSourceProps
-
$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()
-