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 transport parameters that are associated with each outbound media stream.final StringThe format that was used to encode the data.final ObjectA collection of parameters that determine how MediaConnect will convert the content.final StringThe 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 theCfnFlowOutput.MediaStreamOutputConfigurationProperty.Builder.
-
-
Method Details
-
getEncodingName
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyThe format that was 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, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
- Specified by:
getEncodingNamein interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
getMediaStreamName
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyThe name of the media stream.- Specified by:
getMediaStreamNamein interfaceCfnFlowOutput.MediaStreamOutputConfigurationProperty- See Also:
-
getDestinationConfigurations
Description copied from interface:CfnFlowOutput.MediaStreamOutputConfigurationPropertyThe transport parameters that are associated with each outbound media stream.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowOutput.DestinationConfigurationProperty>- 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.
Returns union: either
IResolvableorCfnFlowOutput.EncodingParametersProperty- 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()
-