Interface CfnChannelPropsMixin.InputChannelLevelProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.InputChannelLevelProperty extends software.amazon.jsii.JsiiSerializable
The setting to remix the audio.

The parent of this entity is AudioChannelMappings.

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.*;
 InputChannelLevelProperty inputChannelLevelProperty = InputChannelLevelProperty.builder()
         .gain(123)
         .inputChannel(123)
         .build();
 

See Also: