Interface CfnFlow.FmtpProperty

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

@Stability(Stable) public static interface CfnFlow.FmtpProperty extends software.amazon.jsii.JsiiSerializable
A set of parameters that define the media stream.

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.*;
 FmtpProperty fmtpProperty = FmtpProperty.builder()
         .channelOrder("channelOrder")
         .colorimetry("colorimetry")
         .exactFramerate("exactFramerate")
         .par("par")
         .range("range")
         .scanMode("scanMode")
         .tcs("tcs")
         .build();
 

See Also: