Class CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty
An implementation for
CfnFlowOutputPropsMixin.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.cfnpropertymixins.services.mediaconnect.CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty
CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Builder, CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowOutputPropsMixin.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
protected Jsii$Proxy(CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationConfigurations
Description copied from interface:CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationPropertyThe transport parameters that are associated with each outbound media stream.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowOutputPropsMixin.DestinationConfigurationProperty>- Specified by:
getDestinationConfigurationsin interfaceCfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty- See Also:
-
getEncodingName
Description copied from interface:CfnFlowOutputPropsMixin.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 interfaceCfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty- See Also:
-
getEncodingParameters
Description copied from interface:CfnFlowOutputPropsMixin.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
IResolvableorCfnFlowOutputPropsMixin.EncodingParametersProperty- Specified by:
getEncodingParametersin interfaceCfnFlowOutputPropsMixin.MediaStreamOutputConfigurationProperty- See Also:
-
getMediaStreamName
Description copied from interface:CfnFlowOutputPropsMixin.MediaStreamOutputConfigurationPropertyThe name of the media stream.- Specified by:
getMediaStreamNamein interfaceCfnFlowOutputPropsMixin.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()
-