Interface CfnFlowOutput.EncodingParametersProperty

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

@Stability(Stable) public static interface CfnFlowOutput.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.services.mediaconnect.*;
 EncodingParametersProperty encodingParametersProperty = EncodingParametersProperty.builder()
         .compressionFactor(123)
         // the properties below are optional
         .encoderProfile("encoderProfile")
         .build();
 

See Also: