Class MediaStreamSourceConfigurationCdi.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaStreamSourceConfigurationCdi.Jsii$Proxy
- All Implemented Interfaces:
MediaStreamSourceConfigurationCdi,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaStreamSourceConfigurationCdi
@Stability(Experimental)
@Internal
public static final class MediaStreamSourceConfigurationCdi.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MediaStreamSourceConfigurationCdi
An implementation for
MediaStreamSourceConfigurationCdi-
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.mediaconnect.alpha.MediaStreamSourceConfigurationCdi
MediaStreamSourceConfigurationCdi.Builder, MediaStreamSourceConfigurationCdi.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaStreamSourceConfigurationCdi.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 Encoding(experimental) The format that was used to encode the data.final MediaStream(experimental) The name of the media 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 theMediaStreamSourceConfigurationCdi.Builder.
-
-
Method Details
-
getEncoding
Description copied from interface:MediaStreamSourceConfigurationCdi(experimental) The format that was used to encode the data.For ancillary data streams, set the encoding name to smpte291. If the encoding name is smpte291, set the color space to one of the following: BT601, BT709, BT2020, or BT2100. For all other ancillary data streams, set the color space to SDR-NOCOLOR.
- Specified by:
getEncodingin interfaceMediaStreamSourceConfigurationCdi
-
getMediaStream
Description copied from interface:MediaStreamSourceConfigurationCdi(experimental) The name of the media stream.- Specified by:
getMediaStreamin interfaceMediaStreamSourceConfigurationCdi
-
$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()
-