Interface CfnChannel.InputChannelLevelProperty

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

@Stability(Stable) public static interface CfnChannel.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.services.medialive.*;
 InputChannelLevelProperty inputChannelLevelProperty = InputChannelLevelProperty.builder()
         .gain(123)
         .inputChannel(123)
         .build();
 

See Also: