Interface CfnMultiplexprogramPropsMixin.MultiplexVideoSettingsProperty

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

@Stability(Stable) public static interface CfnMultiplexprogramPropsMixin.MultiplexVideoSettingsProperty extends software.amazon.jsii.JsiiSerializable
The video configuration for each program in a multiplex.

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.medialive.*;
 MultiplexVideoSettingsProperty multiplexVideoSettingsProperty = MultiplexVideoSettingsProperty.builder()
         .constantBitrate(123)
         .statmuxSettings(MultiplexStatmuxVideoSettingsProperty.builder()
                 .maximumBitrate(123)
                 .minimumBitrate(123)
                 .priority(123)
                 .build())
         .build();
 

See Also: