Interface CfnFlowOutputPropsMixin.EncodingParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowOutputPropsMixin.EncodingParametersProperty.Jsii$Proxy
Enclosing class:
CfnFlowOutputPropsMixin

@Stability(Stable) public static interface CfnFlowOutputPropsMixin.EncodingParametersProperty extends software.amazon.jsii.JsiiSerializable
A collection of parameters that determine how MediaConnect will convert the content.

These fields only apply to outputs on flows that have a CDI source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
 EncodingParametersProperty encodingParametersProperty = EncodingParametersProperty.builder()
         .compressionFactor(123)
         .encoderProfile("encoderProfile")
         .build();
 

See Also: