Class CfnFlowOutput.MediaStreamOutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.MediaStreamOutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowOutput.MediaStreamOutputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowOutput.MediaStreamOutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowOutput.MediaStreamOutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowOutput.MediaStreamOutputConfigurationProperty
An implementation for
CfnFlowOutput.MediaStreamOutputConfigurationProperty-
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.CfnFlowOutput.MediaStreamOutputConfigurationProperty
CfnFlowOutput.MediaStreamOutputConfigurationProperty.Builder, CfnFlowOutput.MediaStreamOutputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowOutput.MediaStreamOutputConfigurationProperty.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 ObjectThe media streams that you want to associate with the output.final StringThe format that will be used to encode the data.final ObjectA collection of parameters that determine how MediaConnect will convert the content.final StringA name that helps you distinguish one media stream from another.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 theCfnFlowOutput.MediaStreamOutputConfigurationProperty.Builder.
-
-
Method Details
-
getEncodingName
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyThe format that will be used to encode the data.For ancillary data streams, set the encoding name to
smpte291.For audio streams, set the encoding name to
pcm.For video streams on sources or outputs that use the CDI protocol, set the encoding name to
raw.For video streams on sources or outputs that use the ST 2110 JPEG XS protocol, set the encoding name to
jxsv.- Specified by:
getEncodingNamein interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
getMediaStreamName
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyA name that helps you distinguish one media stream from another.- Specified by:
getMediaStreamNamein interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
getDestinationConfigurations
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyThe media streams that you want to associate with the output.- Specified by:
getDestinationConfigurationsin interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
getEncodingParameters
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyA collection of parameters that determine how MediaConnect will convert the content.These fields only apply to outputs on flows that have a CDI source.
- Specified by:
getEncodingParametersin interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
$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()
-