Class MediaStreamSourceConfigurationJpegXs.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaStreamSourceConfigurationJpegXs.Jsii$Proxy
- All Implemented Interfaces:
MediaStreamSourceConfigurationJpegXs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaStreamSourceConfigurationJpegXs
@Stability(Experimental)
@Internal
public static final class MediaStreamSourceConfigurationJpegXs.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MediaStreamSourceConfigurationJpegXs
An implementation for
MediaStreamSourceConfigurationJpegXs-
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.MediaStreamSourceConfigurationJpegXs
MediaStreamSourceConfigurationJpegXs.Builder, MediaStreamSourceConfigurationJpegXs.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMediaStreamSourceConfigurationJpegXs.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 List<VpcInterfaceConfig> (experimental) The VPC interfaces where the media stream comes in from.final MediaStream(experimental) The name of the media stream.final NumbergetPort()(experimental) The port that the flow listens on for this incoming 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 theMediaStreamSourceConfigurationJpegXs.Builder.
-
-
Method Details
-
getEncoding
Description copied from interface:MediaStreamSourceConfigurationJpegXs(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 interfaceMediaStreamSourceConfigurationJpegXs
-
getInputInterface
Description copied from interface:MediaStreamSourceConfigurationJpegXs(experimental) The VPC interfaces where the media stream comes in from.- Specified by:
getInputInterfacein interfaceMediaStreamSourceConfigurationJpegXs
-
getMediaStream
Description copied from interface:MediaStreamSourceConfigurationJpegXs(experimental) The name of the media stream.- Specified by:
getMediaStreamin interfaceMediaStreamSourceConfigurationJpegXs
-
getPort
Description copied from interface:MediaStreamSourceConfigurationJpegXs(experimental) The port that the flow listens on for this incoming media stream.- Specified by:
getPortin interfaceMediaStreamSourceConfigurationJpegXs
-
$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()
-